diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2010-04-16 22:14:38 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2010-04-16 22:14:38 +0200 |
commit | 3f43542ea6857760d1da6b78ebc152ca4bfc286b (patch) | |
tree | 82913c20df01d6e4fd8dfe66ceccef626372b79b /src/urlbar/listitem.h | |
parent | Fixing Lionel's merge request: (diff) | |
download | rekonq-3f43542ea6857760d1da6b78ebc152ca4bfc286b.tar.xz |
fix text pointed in the search item
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 e355160a..2f6f898a 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -114,7 +114,7 @@ class ItemText : public QLabel Q_OBJECT public: - ItemText(const QString &text, const QString &textToPointOut, QWidget *parent = 0); + ItemText(const QString &text, const QString &textToPointOut = QString(), QWidget *parent = 0); }; |