diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-02-11 23:52:40 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-02-15 09:17:40 +0100 |
commit | a3b057ecbc5993196f61693abe7355740a17cee1 (patch) | |
tree | 1a6c32c3e17a5bdaa3b82751d993489a8a1a599b /src/webtab.h | |
parent | /bin/grep --> grep (diff) | |
download | rekonq-a3b057ecbc5993196f61693abe7355740a17cee1.tar.xz |
Delay showMessageBar creation to get sure it is created after window
This should fix Yoann's problem with bar and let us have
a little bit clean API in webtab
REVIEW:103905
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webtab.h b/src/webtab.h index ccbd7a83..b875e4fe 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -93,7 +93,6 @@ public: void setPart(KParts::ReadOnlyPart *p, const KUrl &u); - void showMessageBar(); private Q_SLOTS: void updateProgress(int progress); @@ -103,6 +102,8 @@ private Q_SLOTS: void showRSSInfo(const QPoint &pos); void showSearchEngine(const QPoint &pos); void openSearchEngineAdded(); + + void showMessageBar(); Q_SIGNALS: void loadProgressing(); |