Qt ISODate in screenshot filename has bad colon characters on windows

This commit is contained in:
Mark Watkins 2014-04-16 20:36:49 +10:00
parent cdec714156
commit df88beb45f

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