]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphincategorydrawer.cpp
If 'remember view-properties' is selected, store the .directory files only if the...
[dolphin.git] / src / views / dolphincategorydrawer.cpp
index 59743b7f53e3166e5f502f6cbac537ea248352ad..3b24607726e23149547ef6de760dce95d14d1bea 100644 (file)
@@ -374,5 +374,5 @@ void DolphinCategoryDrawer::mouseMoved(const QModelIndex &index, const QRect &,
 void DolphinCategoryDrawer::mouseLeft(const QModelIndex &, const QRect &)
 {
     pos = QPoint();
-    category = QString();
+    category.clear();
 }