diff options
Diffstat (limited to 'src/mainwindow/mainwindow.h')
-rw-r--r-- | src/mainwindow/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow/mainwindow.h b/src/mainwindow/mainwindow.h index 296a73e..de77540 100644 --- a/src/mainwindow/mainwindow.h +++ b/src/mainwindow/mainwindow.h @@ -54,7 +54,7 @@ signals: public slots: void createTab(const QUrl &url); - SubWindow *createSubWindow(const std::unique_ptr<Configuration> &config, WebProfile *profile); + SubWindow *createSubWindow(const Configuration *config, WebProfile *profile); private slots: void setView(WebView *view); |