From 8aaf6a3070b2ff1cab1fa79a79fb16e2768e1e53 Mon Sep 17 00:00:00 2001 From: "Richard J. Moore" Date: Sun, 8 Sep 2013 11:43:23 +0100 Subject: Add a method to let users determine if the current platform is X11. In order to know if the methods in QtX11Extras are usable the user should have a way to tell if they're running on X11. Change-Id: I096267eb1f1fe07ee11811574a96100389c33b7d Reviewed-by: Thiago Macieira --- src/x11extras/qx11info_x11.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/x11extras/qx11info_x11.h') 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); -- cgit v1.2.1