X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fabstractnotificationbackend.cpp;fp=src%2Fuisupport%2Fabstractnotificationbackend.cpp;h=459de4a7861438576db5e7d57e2b74a14c5e0108;hp=0000000000000000000000000000000000000000;hb=d46081aea2428632174d5553cffa44fafa20afb9;hpb=4ae8f86c1ce452582d6fe576956c7c1bc1460adf diff --git a/src/uisupport/abstractnotificationbackend.cpp b/src/uisupport/abstractnotificationbackend.cpp new file mode 100644 index 00000000..459de4a7 --- /dev/null +++ b/src/uisupport/abstractnotificationbackend.cpp @@ -0,0 +1,23 @@ +/*************************************************************************** + * Copyright (C) 2005-2012 by the Quassel Project * + * devel@quassel-irc.org * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) version 3. * + * * + * This program 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 General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + +#include "abstractnotificationbackend.h" + +// this file is needed to make automoc work