diff options
Diffstat (limited to 'src/mainwindow')
-rw-r--r-- | src/mainwindow/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow/mainwindow.cpp b/src/mainwindow/mainwindow.cpp index ccc5f1e..91e820a 100644 --- a/src/mainwindow/mainwindow.cpp +++ b/src/mainwindow/mainwindow.cpp @@ -382,7 +382,7 @@ void MainWindow::updatePageLoadProfileMenu() auto *browser = qobject_cast<Browser *>(qApp); Q_CHECK_PTR(browser); - ProfileIterator it(ProfileManager::profileList()); + ProfileIterator it(profileManager->profileList()); while(it.hasNext()) { it.next(); auto *profile = it.value(); |