Merge branch 'master' of ssh://git.code.sf.net/p/sleepyhead/code

This commit is contained in:
Mark Watkins 2014-04-17 14:56:27 +10:00
commit 8dbe7274c3

View File

@ -876,7 +876,7 @@ void MainWindow::DelayedScreenshot()
dir.mkdir(a);
}
a+="/screenshot-"+QDateTime::currentDateTime().toString(Qt::ISODate)+".png";
a+="/screenshot-"+QDateTime::currentDateTime().toString("yyyyMMdd-hhmmss")+".png";
qDebug() << "Saving screenshot to" << a;
if (!pixmap.save(a)) {