forked from qt-creator/qt-creator
Help: Make it possible to duplicate search view
Change-Id: I6fac9f721fc3e2f877d9f600f9dea6650558516a Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user