summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-04-28 17:04:33 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-04-28 17:04:33 +0200
commit53cd1dfd2d5ee7c464dc7f681616325e63814327 (patch)
tree3a9717f57d71bacd2774ec4a311691764185e3dd /src/application.h
parentAvoid a possible crash if rekonqWindow is not properly detected (diff)
downloadrekonq-53cd1dfd2d5ee7c464dc7f681616325e63814327.tar.xz
Properly register rekonq window to activities
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();