diff options
| author | Peter Penz <[email protected]> | 2012-06-07 22:59:16 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-06-07 23:00:57 +0200 |
| commit | c214b3751fe6a09a298d5904b62628caeff3bc56 (patch) | |
| tree | 7dd2da1602101be36ac001325fc64d1d0574739f /src/panels/places/placesitem.h | |
| parent | c0533e1aaacf5b5301d3e5dfb9ff7285719f32d1 (diff) | |
Setup storage device if needed
BUG: 301071
FIXED-IN: 4.9.0
Diffstat (limited to 'src/panels/places/placesitem.h')
| -rw-r--r-- | src/panels/places/placesitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panels/places/placesitem.h b/src/panels/places/placesitem.h index 1d221170c..5a24a5268 100644 --- a/src/panels/places/placesitem.h +++ b/src/panels/places/placesitem.h @@ -69,6 +69,8 @@ public: GroupType groupType() const; + bool storageSetupNeeded() const; + static KBookmark createBookmark(KBookmarkManager* manager, const QString& text, const KUrl& url, |
