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.cpp | |
| parent | c0533e1aaacf5b5301d3e5dfb9ff7285719f32d1 (diff) | |
Setup storage device if needed
BUG: 301071
FIXED-IN: 4.9.0
Diffstat (limited to 'src/panels/places/placesitem.cpp')
| -rw-r--r-- | src/panels/places/placesitem.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/panels/places/placesitem.cpp b/src/panels/places/placesitem.cpp index 191f8b277..10bebc231 100644 --- a/src/panels/places/placesitem.cpp +++ b/src/panels/places/placesitem.cpp @@ -180,6 +180,11 @@ PlacesItem::GroupType PlacesItem::groupType() const return DevicesType; } +bool PlacesItem::storageSetupNeeded() const +{ + return m_access ? !m_access->isAccessible() : false; +} + KBookmark PlacesItem::createBookmark(KBookmarkManager* manager, const QString& text, const KUrl& url, |
