diff options
author | Andrius da Costa Ribas <andriusmao@gmail.com> | 2012-05-27 11:59:14 -0300 |
---|---|---|
committer | Andrius da Costa Ribas <andriusmao@gmail.com> | 2012-05-27 11:59:14 -0300 |
commit | a9aef40583a364b9cbc73251fb1734e2f8cc572f (patch) | |
tree | 3dcb63a73b8d62b7ca11292a772376dcee780ea4 /src/opensearch/suggestionparser.h | |
parent | Include "historymanager.h", because TabHistory must be defined to be used as ... (diff) | |
download | rekonq-a9aef40583a364b9cbc73251fb1734e2f8cc572f.tar.xz |
Remove redundant default ctor.
Diffstat (limited to 'src/opensearch/suggestionparser.h')
-rw-r--r-- | src/opensearch/suggestionparser.h | 9 |
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(), |