diff options
| author | Peter Penz <[email protected]> | 2012-04-30 18:26:21 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-04-30 18:27:56 +0200 |
| commit | cb1f42a1eb3584742fa33e28759ed8fbab199c5b (patch) | |
| tree | 84aee132d0fdb4d00abefb6b4ee4acdb3c6a36a0 /src/panels/places/placespanel.h | |
| parent | b419cfc5974192f3445b6a439b40bae4af119615 (diff) | |
Places Panel: Minor fixes/improvements
- Determine group of a new entry dependent from the protocol
- Allow panels to forward error-messages to the view-container
(also applied to Folders Panel)
Diffstat (limited to 'src/panels/places/placespanel.h')
| -rw-r--r-- | src/panels/places/placespanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index 0b86ced1a..7baefd9e8 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -45,6 +45,7 @@ public: signals: void placeActivated(const KUrl& url); void placeMiddleClicked(const KUrl& url); + void errorMessage(const QString& error); protected: virtual bool urlChanged(); |
