Added Network status checking to fix Bug [#6294] Becoming disconnected from network...
[vlc-remote] / src / appsettings.h
index 407b5a2..98b287b 100644 (file)
@@ -42,6 +42,7 @@ public:
     static bool setHomeDirectory(VlcDirectory dir);
     static Orientation setOrientation(Orientation orientation);
     static Orientation getOrientation();
+    static bool isConnected();
 //private:
     //static QSettings settings;
 };