diff options
| author | Peter Penz <[email protected]> | 2009-11-12 22:45:47 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-12 22:45:47 +0000 |
| commit | 07f31c208790eaff918d7f08f442840c088dbe78 (patch) | |
| tree | 51f335f9b2d086a48e4b5bb318d4cfdd313da84f /src/statusbar/dolphinstatusbar.h | |
| parent | 4f24794fc32cd94dfbd473fa8dbc4b504c20bcb3 (diff) | |
Show a progress information when doing a Nepomuk search. As "sideeffect" some KDE3 relicts for the progress bar code have been removed too...
svn path=/trunk/KDE/kdebase/apps/; revision=1048225
Diffstat (limited to 'src/statusbar/dolphinstatusbar.h')
| -rw-r--r-- | src/statusbar/dolphinstatusbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index a07313bab..2fed4788d 100644 --- a/src/statusbar/dolphinstatusbar.h +++ b/src/statusbar/dolphinstatusbar.h @@ -127,8 +127,6 @@ protected: virtual void resizeEvent(QResizeEvent* event); private slots: - void updateProgressInfo(); - /** * Is invoked, when the URL of the DolphinView, where the * statusbar belongs too, has been changed. The space information @@ -153,6 +151,8 @@ private slots: void showZoomSliderToolTip(int zoomLevel); private: + void updateProgressInfo(); + /** * Makes the space information widget and zoom slider widget * visible, if \a visible is true and the settings allow to show |
