Add log methods to Qt4 API, not implemented yet
[deb_shairplay.git] / src / bindings / qt4 / raopservice.h
index 389e8366965866b89b03a13164d301eeb0914097..23ce1123c04300866026717fdfe8b37849c08a1b 100644 (file)
@@ -37,7 +37,9 @@ public:
     explicit RaopService(QObject *parent = 0);
     ~RaopService();
 
-    bool init(int max_clients, RaopCallbacks *callbacks);
+    bool init(int max_clients, RaopAudioHandler *callbacks);
+    void setLogLevel(int level);
+    void setLogHandler(RaopLogHandler *logger);
     bool start(quint16 port, const QByteArray & hwaddr);
     bool isRunning();
     void stop();