diff options
| author | Vishesh Handa <[email protected]> | 2013-05-06 18:41:21 +0530 |
|---|---|---|
| committer | Vishesh Handa <[email protected]> | 2013-05-07 01:36:37 +0530 |
| commit | 38bb5f1547e2a18d40a01fabf9b4478f5fe66130 (patch) | |
| tree | 9a3b4f69e52949376d9e90090cc5a902854aba06 /src/kitemviews/kstandarditemmodel.h | |
| parent | ff3b009e68f485a1a65a7535b01eeeb7128463d2 (diff) | |
Dolphin Places: React to Nepomuk system changes
Reload the places panel when Nepomuk starts up and shutsdown. This way
the user does not need to restart Dolphin to see the custom searches and
places after Nepomuk switches on.
BUG: 304918
REVIEW: 110323
Diffstat (limited to 'src/kitemviews/kstandarditemmodel.h')
| -rw-r--r-- | src/kitemviews/kstandarditemmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitemviews/kstandarditemmodel.h b/src/kitemviews/kstandarditemmodel.h index 34032bf07..0debd6a6f 100644 --- a/src/kitemviews/kstandarditemmodel.h +++ b/src/kitemviews/kstandarditemmodel.h @@ -78,6 +78,7 @@ public: virtual QString roleDescription(const QByteArray& role) const; virtual QList<QPair<int, QVariant> > groups() const; + virtual void clear(); protected: /** * Is invoked after an item has been inserted and before the signal |
