X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=AirTV-Qt%2Faudiocallbacks.cpp;h=206b3481421992e412f5ca4da91a53e6927275d0;hb=d433e0453fd716468d4d13d7acdd6879d6dc4c94;hp=ac402b53543b35264b548dcd31918067863ec083;hpb=9434b30cc94fe0ebbd58fa8a149f3c9475dc156d;p=deb_shairplay.git diff --git a/AirTV-Qt/audiocallbacks.cpp b/AirTV-Qt/audiocallbacks.cpp index ac402b5..206b348 100644 --- a/AirTV-Qt/audiocallbacks.cpp +++ b/AirTV-Qt/audiocallbacks.cpp @@ -1,7 +1,21 @@ +/** + * 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. + */ + #include "audiocallbacks.h" AudioCallbacks::AudioCallbacks(QObject *parent) : - RaopCallbacks(parent) + RaopAudioHandler(parent) { }