diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 97ab01dad..bcccb7404 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -123,8 +123,7 @@ public: KDirLister* dirLister, KDirModel* dirModel, DolphinSortFilterProxyModel* proxyModel, - Mode mode = IconsView, - bool showHiddenFiles = false); + Mode mode); virtual ~DolphinView(); @@ -373,6 +372,18 @@ signals: */ void urlsDropped(const KUrl::List& urls, const KUrl& destination); + /** + * Is emitted if an information message with the content \a msg + * should be shown. + */ + void infoMessage(const QString& msg); + + /** + * Is emitted if an error message with the content \a msg + * should be shown. + */ + void errorMessage(const QString& msg); + protected: /** @see QWidget::mouseReleaseEvent */ virtual void mouseReleaseEvent(QMouseEvent* event); |
