From aeb014068875236008fe3c98684df3a42e8c8231 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 9 Oct 2015 13:16:37 +0300 Subject: [PATCH] Fix for build on drone.io. --HG-- branch : develop --- src/app/valentina/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/valentina/mainwindow.cpp b/src/app/valentina/mainwindow.cpp index 7fe3b06f6..5e2307423 100644 --- a/src/app/valentina/mainwindow.cpp +++ b/src/app/valentina/mainwindow.cpp @@ -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) }