Skip to content
Snippets Groups Projects
Commit 8f02d4da authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

parents 7b15d123 62220eef
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ void FileWatcher::slotFileChanged(const QString &file) ...@@ -74,7 +74,7 @@ void FileWatcher::slotFileChanged(const QString &file)
qDebug() << "slotFileChanged" << file << lastModified; qDebug() << "slotFileChanged" << file << lastModified;
emit fileChanged(file); emit fileChanged(file);
} else { } else {
qDebug() << "WTF:" << file<<lastModified.toString(); qDebug() << "WTF:" << file<<lastModified.toString()<<lastModified.toTime_t();
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment