From de6225509a584df31be1b28146e73d8ecf72c7eb Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 2 Sep 2018 12:38:21 +0200 Subject: Clean up ProfileManager --- src/mainwindow/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow') 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(qApp); Q_CHECK_PTR(browser); - ProfileIterator it(ProfileManager::profileList()); + ProfileIterator it(profileManager->profileList()); while(it.hasNext()) { it.next(); auto *profile = it.value(); -- cgit v1.2.1