mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Only include the triggerWebViewWindowEvents declaration where appropriate.
This commit is contained in:
parent
4a280b2517
commit
f80f271e0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user