Help: Make it possible to duplicate search view

Change-Id: I6fac9f721fc3e2f877d9f600f9dea6650558516a
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Eike Ziller
2014-10-10 15:32:46 +02:00
parent d7105cc245
commit 002093828a
5 changed files with 24 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ public:
QList<QToolButton *> createToolBarWidgets();
signals:
void linkActivated(const QUrl &url);
void linkActivated(const QUrl &url, bool newPage);
};
class SearchWidget : public QWidget
@@ -73,7 +73,7 @@ public:
void resetZoom();
signals:
void linkActivated(const QUrl &link);
void linkActivated(const QUrl &link, bool newPage);
protected:
void showEvent(QShowEvent *event);