summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index e9efc0fb..ae248a3e 100644
--- a/src/application.h
+++ b/src/application.h
@@ -120,6 +120,7 @@ public Q_SLOTS:
);
RekonqWindow *newWindow(bool withTab = true, bool PrivateBrowsingMode = false);
+ RekonqWindow *newWindow(WebPage *pg);
WebTab *newWebApp();
@@ -132,6 +133,9 @@ protected:
Q_SIGNALS:
void toggleBookmarksToolbar(bool);
+private:
+ void setWindowInfo(RekonqWindow *);
+
private Q_SLOTS:
void updateConfiguration();