┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/views/dolphincategorydrawer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphincategorydrawer.cpp b/src/views/dolphincategorydrawer.cpp
index 59743b7f5..3b2460772 100644
--- a/src/views/dolphincategorydrawer.cpp
+++ b/src/views/dolphincategorydrawer.cpp
@@ -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();
}