From 62220eefc40448068f826557ef4f6a209b8947a8 Mon Sep 17 00:00:00 2001 From: dt <qtc-committer@nokia.com> Date: Tue, 7 Jul 2009 15:56:55 +0200 Subject: [PATCH] Add also the time_t to the output. --- src/plugins/projectexplorer/filewatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/filewatcher.cpp b/src/plugins/projectexplorer/filewatcher.cpp index 76dcd45d092..eaf21cbd12e 100644 --- a/src/plugins/projectexplorer/filewatcher.cpp +++ b/src/plugins/projectexplorer/filewatcher.cpp @@ -74,7 +74,7 @@ void FileWatcher::slotFileChanged(const QString &file) qDebug() << "slotFileChanged" << file << lastModified; emit fileChanged(file); } else { - qDebug() << "WTF:" << file<<lastModified.toString(); + qDebug() << "WTF:" << file<<lastModified.toString()<<lastModified.toTime_t(); } } } -- GitLab