X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=AirTV-Qt%2Fmainapplication.h;h=b24b791680ce4ae40c1ff662ab772cd5730d4c0f;hb=9434b30cc94fe0ebbd58fa8a149f3c9475dc156d;hp=eccdfb22a05081e2694ff09f4d28923b8d5e29f1;hpb=2340bcd3ce772d058bbeddcadd7a8301f7b18747;p=deb_shairplay.git diff --git a/AirTV-Qt/mainapplication.h b/AirTV-Qt/mainapplication.h index eccdfb2..b24b791 100644 --- a/AirTV-Qt/mainapplication.h +++ b/AirTV-Qt/mainapplication.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + */ + #ifndef MAINAPPLICATION_H #define MAINAPPLICATION_H @@ -7,6 +21,8 @@ #include #include "raopservice.h" +#include "dnssdservice.h" +#include "audiocallbacks.h" class MainApplication : public QObject { @@ -20,6 +36,8 @@ public: private: RaopService *raopService; + DnssdService *dnssdService; + AudioCallbacks m_callbacks; QSystemTrayIcon *trayIcon; QMenu *trayIconMenu;