diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-10-21 22:31:50 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-10-21 22:31:50 +0200 |
| commit | c9641c96f9cb4438dc16f26512a5138c6a12f5cb (patch) | |
| tree | d760644cf3190714dfc10596f9bdc2e991b95f0b /src | |
| parent | a8b39ff6015f67985fa9ddb93d5e08290d048001 (diff) | |
Fix Dolphin build (protocol -> scheme)
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/places/placesitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitem.cpp b/src/panels/places/placesitem.cpp index b1f62b982..087868361 100644 --- a/src/panels/places/placesitem.cpp +++ b/src/panels/places/placesitem.cpp @@ -293,7 +293,7 @@ void PlacesItem::onAccessibilityChanged() void PlacesItem::onTrashDirListerCompleted() { - Q_ASSERT(url().protocol() == QLatin1String("trash")); + Q_ASSERT(url().scheme() == QLatin1String("trash")); const bool isTrashEmpty = m_trashDirLister->items().isEmpty(); setIcon(isTrashEmpty ? "user-trash" : "user-trash-full"); |
