diff options
Diffstat (limited to 'src/x11extras/qx11info_x11.h')
-rw-r--r-- | src/x11extras/qx11info_x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/x11extras/qx11info_x11.h b/src/x11extras/qx11info_x11.h index bbc7ff4..d5d00f3 100644 --- a/src/x11extras/qx11info_x11.h +++ b/src/x11extras/qx11info_x11.h @@ -53,6 +53,8 @@ QT_BEGIN_NAMESPACE class Q_X11EXTRAS_EXPORT QX11Info { public: + static bool isPlatformX11(); + static int appDpiX(int screen=-1); static int appDpiY(int screen=-1); |