X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fglobal.h;h=4b337d5c888916aa9f056935f95a6d414ccc9e31;hp=73ddd0be36297a15c77d2b83f9da2b876e72c509;hb=fe1fec5e5f0799e03f6a3473dc56511bc00f26eb;hpb=99c92e21b3b9eb5ed661632cdfb69aabfc6b2deb diff --git a/src/common/global.h b/src/common/global.h index 73ddd0be..4b337d5c 100644 --- a/src/common/global.h +++ b/src/common/global.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005 by The Quassel Team * + * Copyright (C) 2005 by the Quassel IRC 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. * + * (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 * @@ -23,6 +23,10 @@ #ifndef _GLOBAL_H_ #define _GLOBAL_H_ +// Enable some shortcuts and stuff +//#define DEVELMODE + + /** The protocol version we use fo the communication between core and GUI */ #define GUI_PROTOCOL 3