┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
-rw-r--r--src/search/dolphinsearchbox.cpp4
1 files changed, 2 insertions, 2 deletions
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
}