X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/3512293b9840dd00c204d9b72ddd28ad26fff9ff..16a3aea6a629a91aab937be5c111b64b3ed6cf86:/src/search/dolphinsearchbox.cpp diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 20f767cbc..751b23942 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -200,7 +200,7 @@ void DolphinSearchBox::showEvent(QShowEvent* event) void DolphinSearchBox::hideEvent(QHideEvent* event) { - Q_UNUSED(event); + Q_UNUSED(event) m_startedSearching = false; m_startSearchTimer->stop(); } @@ -536,7 +536,7 @@ void DolphinSearchBox::fromBalooSearchUrl(const QUrl& url) m_startSearchTimer->stop(); blockSignals(false); #else - Q_UNUSED(url); + Q_UNUSED(url) #endif }