aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow/mainwindow.h')
-rw-r--r--src/mainwindow/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow/mainwindow.h b/src/mainwindow/mainwindow.h
index 9cb65d6..287602a 100644
--- a/src/mainwindow/mainwindow.h
+++ b/src/mainwindow/mainwindow.h
@@ -21,6 +21,7 @@ class AddressBar;
class SearchForm;
class WebView;
class NavigationBar;
+class WebProfile;
class MainWindow : public QMainWindow
{
friend class Browser;
@@ -47,6 +48,7 @@ public:
public slots:
void createTab(const QUrl &url);
+ SubWindow *createSubWindow(WebProfile *profile);
SubWindow *createSubWindow(const QString &url = QString());
void setView(WebView *view);