Only include the triggerWebViewWindowEvents declaration where appropriate.

This commit is contained in:
Dave Page 2016-12-12 09:40:46 +00:00
parent 4a280b2517
commit f80f271e0c

View File

@ -128,7 +128,12 @@ private:
void createActions();
void pause(int seconds = 1);
int findURLTab(const QUrl &name);
#ifdef __APPLE__
#if QT_VERSION >= 0x050500
void triggerWebViewWindowEvents(QWebEnginePage::WebAction action);
#endif
#endif
};
#endif // BROWSERWINDOW_H