X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=main%2Fglobal.h;h=1c3666113ca60acbf601ab70f456e03b93b6a1d7;hp=ad4cb1db9a7d856fefda9b9bd40d0c896be48118;hb=f02f9f00b4cdb9819fcafbb33c4ee8b044f1f0f1;hpb=ba8f57d654b07d77cc91a2b901ad3b664a31ffcf diff --git a/main/global.h b/main/global.h index ad4cb1db..1c366611 100644 --- a/main/global.h +++ b/main/global.h @@ -24,6 +24,9 @@ /** The protocol version we use fo the communication between core and GUI */ #define GUI_PROTOCOL 1 +#define BACKLOG_FORMAT 2 +#define BACKLOG_STRING "QuasselIRC Backlog File" + class Global; #include @@ -67,6 +70,7 @@ class Global : public QObject { public: enum RunMode { Monolithic, GUIOnly, CoreOnly }; static RunMode runMode; + static QString quasselDir; private: static void initIconMap();