forked from qt-creator/qt-creator
QtWebKit HelpViewer: Fix that "Open in New Page" was visible where it shouldn't
Change-Id: I707f348965cb66085e9e9b7b47613c65974a5f55 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
This commit is contained in:
@@ -110,8 +110,6 @@ public:
|
||||
void scaleUp();
|
||||
void scaleDown();
|
||||
|
||||
void setOpenInNewPageActionVisible(bool visible);
|
||||
|
||||
public slots:
|
||||
void copy();
|
||||
|
||||
@@ -134,7 +132,6 @@ private:
|
||||
bool eventFilter(QObject *obj, QEvent *event);
|
||||
|
||||
QtWebKitHelpViewer *m_parent;
|
||||
bool m_openInNewPageActionVisible;
|
||||
};
|
||||
|
||||
class HelpPage : public QWebPage
|
||||
|
||||
Reference in New Issue
Block a user