Fixed searchclients to handle new Google URLs correctly; added GUI
[movie-schedule] / src / ui / uiutils.h
index 4254036..ee8f594 100644 (file)
@@ -31,6 +31,9 @@ public:
 
     static void ShowError(const QString &errormsg);
 
+    static bool IsLandscape();
+
+    static bool IsPortrait();
 };
 
 #endif // UIUTILS_H