X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fevent.cpp;fp=src%2Fcommon%2Fevent.cpp;h=826af7c664bace84075ad74895d16cce9521a809;hp=0000000000000000000000000000000000000000;hb=d3c9d89989df59c073fc33637ba4e8bbdb6ab397;hpb=97163ce1aa773c04f12fe517a3110f834478d0a2 diff --git a/src/common/event.cpp b/src/common/event.cpp new file mode 100644 index 00000000..826af7c6 --- /dev/null +++ b/src/common/event.cpp @@ -0,0 +1,21 @@ +/*************************************************************************** + * Copyright (C) 2005-2010 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 "event.h"