summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-12-15 16:51:18 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-12-15 16:51:18 +0100
commit159d1d66494869c7eb95f740144ed69b7cea7a0c (patch)
tree0c93e103e31776a61d86d66e4a39a01a35373b17 /src/mainwindow.h
parentAdd kDebug message (diff)
parentHard-coded shortcuts fix (diff)
downloadrekonq-159d1d66494869c7eb95f740144ed69b7cea7a0c.tar.xz
Merge branch 'ImproveNewTabPages'
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index e64cdc22..8d827b04 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -182,9 +182,14 @@ private Q_SLOTS:
void enableNetworkAnalysis(bool);
void setEditable(bool);
- void initBookmarkBar();
void toggleBookmarkBarVisible(bool);
+ /**
+ * This is for the things to do ABSOLUTELY AFTER ctor launch:
+ * the less, the better.
+ */
+ void postLaunch();
+
private:
MainView *m_view;
FindBar *m_findBar;