diff options
| author | Peter Penz <[email protected]> | 2012-04-15 11:44:56 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-04-15 11:46:07 +0200 |
| commit | 1ea09b24e16d98ac2f1033b21462323fb295ae2f (patch) | |
| tree | 7cdeab66f0c729f589cec05d74466b13f7ab9a16 /src/dolphinviewcontainer.h | |
| parent | 60b868108151463a702e8c10933b0ceb99f11bbe (diff) | |
Minor statusbar fixes
- Don't show information messages as KMessageWidget
- Assure that a set text in a statusbar will be shown for at least
one second
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 5e98f5e94..db9b5be33 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -273,11 +273,6 @@ private slots: */ void showErrorMessage(const QString& msg); - /** - * Slot that calls showMessage(msg, Information). - */ - void showInfoMessage(const QString& msg); - private: /** * @return True if the URL protocol is a search URL (e. g. nepomuksearch:// or filenamesearch://). |
