diff options
| author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-02 12:38:21 +0200 |
|---|---|---|
| committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-02 12:38:21 +0200 |
| commit | de6225509a584df31be1b28146e73d8ecf72c7eb (patch) | |
| tree | 853f04d227e47f3685d156d0d4fb43a51723dba7 /src/subwindow | |
| parent | PluginEditor: implement add plugin action (diff) | |
| download | smolbote-de6225509a584df31be1b28146e73d8ecf72c7eb.tar.xz | |
Clean up ProfileManager
Diffstat (limited to 'src/subwindow')
| -rw-r--r-- | src/subwindow/subwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subwindow/subwindow.cpp b/src/subwindow/subwindow.cpp index 56bf821..4e79a03 100644 --- a/src/subwindow/subwindow.cpp +++ b/src/subwindow/subwindow.cpp @@ -50,7 +50,7 @@ SubWindow::SubWindow(const std::unique_ptr<Configuration> &config, QWidget *pare Browser *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(); |
