mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Runtime fixes for QT4 support.
This commit is contained in:
@@ -14,7 +14,11 @@
|
||||
|
||||
#include "pgAdmin4.h"
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
#include <QtWebKitWidgets>
|
||||
#else
|
||||
#include <QWebView>
|
||||
#endif
|
||||
|
||||
class WebViewWindow : public QWebView
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user