Pastebin URL (expires in 24 hours):
http://paste.fedoraproject.org/51644/38361145

--- 
diff --git a/src/x11extras/qx11info_x11.h b/src/x11extras/qx11info_x11.h
index afc9ee4..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);
 
@@ -65,6 +67,8 @@ public:
     static void setAppTime(unsigned long time);
     static void setAppUserTime(unsigned long time);
 
+    static unsigned long getTimestamp();
+
     static Display *display();
     static xcb_connection_t *connection();
 
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to