X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2Flogger.h;fp=core%2Flogger.h;h=0000000000000000000000000000000000000000;hp=ba8eba42dcf219b174576116fe9302f1deb88c83;hb=33c58d75d27a8f72492cb71adbc43bf75281718c;hpb=84516825d33a1b448a894eaf2e804cabb032f5f1 diff --git a/core/logger.h b/core/logger.h deleted file mode 100644 index ba8eba42..00000000 --- a/core/logger.h +++ /dev/null @@ -1,41 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2005 by The Quassel Team * - * 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) any later version. * - * * - * 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. * - ***************************************************************************/ - -#ifndef _LOGGER_H_ -#define _LOGGER_H_ - -#include - -class Logger : public QObject { - Q_OBJECT - - public: - Logger(); - virtual ~Logger(); - - - - private: - //void messageHandler(QtMsgType type, const char *msg); -}; - - - -#endif