summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrius da Costa Ribas <andriusmao@gmail.com>2012-05-27 11:59:14 -0300
committerAndrius da Costa Ribas <andriusmao@gmail.com>2012-05-27 11:59:14 -0300
commita9aef40583a364b9cbc73251fb1734e2f8cc572f (patch)
tree3dcb63a73b8d62b7ca11292a772376dcee780ea4 /src
parentInclude "historymanager.h", because TabHistory must be defined to be used as ... (diff)
downloadrekonq-a9aef40583a364b9cbc73251fb1734e2f8cc572f.tar.xz
Remove redundant default ctor.
Diffstat (limited to 'src')
-rw-r--r--src/opensearch/suggestionparser.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/opensearch/suggestionparser.h b/src/opensearch/suggestionparser.h
index c8a61b99..01ec7c98 100644
--- a/src/opensearch/suggestionparser.h
+++ b/src/opensearch/suggestionparser.h
@@ -58,15 +58,6 @@ public:
{};
- Response() : title(QString()),
- description(QString()),
- url(QString()),
- image(QString()),
- image_width(0),
- image_height(0)
-
- {};
-
explicit Response(const QString &_title = QString(),
const QString &_description = QString(),
const QString &_url = QString(),