Skip to content
Snippets Groups Projects
Commit 62220eef authored by dt's avatar dt
Browse files

Add also the time_t to the output.

parent e2a06db3
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
}
}
......
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