X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=main%2Fglobal.h;fp=main%2Fglobal.h;h=1faf4d18e993841a0034d4404245cffd6e7d0aef;hp=ad4cb1db9a7d856fefda9b9bd40d0c896be48118;hb=117a8a4d7ced61a3e374f20c74bea1834386a1d7;hpb=11ee1cf78677b51d8fea2749e8501216a831dfd7 diff --git a/main/global.h b/main/global.h index ad4cb1db..1faf4d18 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 1 +#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();