diff options
author | megabigbug <megabigbug@yahoo.fr> | 2010-10-17 15:53:15 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-10-30 11:43:21 +0200 |
commit | 2efe55b99de99b18a58c94d1a0991b7bbfb8ef26 (patch) | |
tree | 64ce8a03ae26e7e7e0bd0f58b14f771cbdedc542 /src/urlbar/listitem.h | |
parent | fix suggestion not displayed when missing .xml (diff) | |
download | rekonq-2efe55b99de99b18a58c94d1a0991b7bbfb8ef26.tar.xz |
remove warnings
Diffstat (limited to 'src/urlbar/listitem.h')
-rw-r--r-- | src/urlbar/listitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h index 615958db..f5f11532 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -134,7 +134,7 @@ class DescriptionLabel : public QLabel Q_OBJECT public: - explicit DescriptionLabel(const QString &text, const QString &textToPointOut = QString(), QWidget *parent = 0); + explicit DescriptionLabel(const QString &text, QWidget *parent = 0); }; |