diff options
| author | Lukáš Tinkl <[email protected]> | 2014-11-03 18:25:19 +0100 |
|---|---|---|
| committer | Lukáš Tinkl <[email protected]> | 2014-11-03 18:25:19 +0100 |
| commit | b96def1856bfd043ba7dae56368ceed6940bd6c4 (patch) | |
| tree | b451d3cfe34097bd8e364abe9d0b350fca62fe10 /src/panels/places/placesitemsignalhandler.h | |
| parent | 7a3310ce73fd08177d5bd67ab7a612e5bde674c6 (diff) | |
use QUrl::fromLocalFile() on devices
fixes being unable to access eg. removable drives
Diffstat (limited to 'src/panels/places/placesitemsignalhandler.h')
| -rw-r--r-- | src/panels/places/placesitemsignalhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitemsignalhandler.h b/src/panels/places/placesitemsignalhandler.h index d767b58d3..af66568ad 100644 --- a/src/panels/places/placesitemsignalhandler.h +++ b/src/panels/places/placesitemsignalhandler.h @@ -29,7 +29,7 @@ class PlacesItem; * and performing a corresponding action. * * PlacesItem is derived from KStandardItem, which is no QObject-class - * on purpose. To be able to internally listening to signals and performing a + * on purpose. To be able to internally listen to signals and performing a * corresponding action, PlacesItemSignalHandler is used. * * E.g. if the PlacesItem wants to react on accessibility-changes of a storage-access, |
