summaryrefslogtreecommitdiffstats
path: root/examples/network/googlesuggest/searchbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/googlesuggest/searchbox.cpp')
-rw-r--r--examples/network/googlesuggest/searchbox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/network/googlesuggest/searchbox.cpp b/examples/network/googlesuggest/searchbox.cpp
index 69dc20e..8ef6f00 100644
--- a/examples/network/googlesuggest/searchbox.cpp
+++ b/examples/network/googlesuggest/searchbox.cpp
@@ -69,4 +69,5 @@ void SearchBox::doSearch()
QString url = QString(GSEARCH_URL).arg(text());
QDesktopServices::openUrl(QUrl(url));
}
-//! [2] \ No newline at end of file
+//! [2]
+