1
0
mirror of https://gitlab.com/pholy/OSCAR-code.git synced 2025-04-25 07:00:45 +00:00

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

This commit is contained in:
Mark Watkins 2014-04-17 16:14:47 +10:00
commit 98d877991f

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)) {