From cc1df88787dcea2ae064de086fb448a9fa633323 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 2 Jul 2011 10:35:15 +0200 Subject: Insert back notification bars in webtab layout As Pierre pointed out, better insert bars inside layout to avoid usability loss. --- src/webtab.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/webtab.h') diff --git a/src/webtab.h b/src/webtab.h index ff347414..55c0dff4 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -89,6 +89,8 @@ public: } void setPart(KParts::ReadOnlyPart *p, const KUrl &u); + void showMessageBar(); + private Q_SLOTS: void updateProgress(int progress); void loadFinished(bool); -- cgit v1.2.1