X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/652d08c9242ed51d86dba3b2afda9d3b2e9a9cd7..39f89141b06c:/src/views/dolphincategorydrawer.cpp 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(); }