Fix for build on drone.io.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-10-09 13:16:37 +03:00
parent e6e8a7ff6d
commit aeb0140688

View file

@ -3449,7 +3449,7 @@ QStringList MainWindow::GetUnlokedRestoreFileList() const
}
return restoreFiles;
#else
return qApp->getSettings()->GetRestoreFileList();
return qApp->ValentinaSettings()->GetRestoreFileList();
#endif //QT_VERSION >= QT_VERSION_CHECK(5, 1, 0)
}