┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placesitem.h
diff options
context:
space:
mode:
authorLukáš Tinkl <[email protected]>2014-11-03 18:25:19 +0100
committerLukáš Tinkl <[email protected]>2014-11-03 18:25:19 +0100
commitb96def1856bfd043ba7dae56368ceed6940bd6c4 (patch)
treeb451d3cfe34097bd8e364abe9d0b350fca62fe10 /src/panels/places/placesitem.h
parent7a3310ce73fd08177d5bd67ab7a612e5bde674c6 (diff)
use QUrl::fromLocalFile() on devices
fixes being unable to access eg. removable drives
Diffstat (limited to 'src/panels/places/placesitem.h')
-rw-r--r--src/panels/places/placesitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/places/placesitem.h b/src/panels/places/placesitem.h
index 0bb116e57..4ae4fd677 100644
--- a/src/panels/places/placesitem.h
+++ b/src/panels/places/placesitem.h
@@ -82,10 +82,10 @@ public:
protected:
virtual void onDataValueChanged(const QByteArray& role,
const QVariant& current,
- const QVariant& previous);
+ const QVariant& previous) Q_DECL_OVERRIDE;
virtual void onDataChanged(const QHash<QByteArray, QVariant>& current,
- const QHash<QByteArray, QVariant>& previous);
+ const QHash<QByteArray, QVariant>& previous) Q_DECL_OVERRIDE;
private:
PlacesItem(const PlacesItem& item);