summaryrefslogtreecommitdiff
path: root/src/searchbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/searchbar.cpp')
-rw-r--r--src/searchbar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/searchbar.cpp b/src/searchbar.cpp
index 685a8ec5..2110b4d9 100644
--- a/src/searchbar.cpp
+++ b/src/searchbar.cpp
@@ -37,6 +37,7 @@
#include <QtNetwork/QNetworkReply>
#include <QtXml/QXmlStreamReader>
+
SearchBar::SearchBar(QWidget *parent) :
KLineEdit(parent)
, m_networkAccessManager(new QNetworkAccessManager(this))
@@ -129,3 +130,4 @@ void SearchBar::handleNetworkData(QNetworkReply *networkReply)
networkReply->deleteLater();
}
+