Give errors instead of crashing if dnssd service init fails.
[deb_shairplay.git] / AirTV-Qt / mainapplication.h
index b24b791680ce4ae40c1ff662ab772cd5730d4c0f..3aa415112f4f2200b0a732b0666e730ebcdfa1c0 100644 (file)
@@ -31,7 +31,7 @@ public:
     explicit MainApplication(QObject *parent = 0);
     ~MainApplication();
 
-    void start();
+    bool start();
     void stop();
 
 private:
@@ -48,7 +48,6 @@ signals:
 
 public slots:
     void aboutToQuit();
-
 };
 
 #endif // MAINAPPLICATION_H