X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=main%2Fglobal.h;fp=main%2Fglobal.h;h=a662fd77ed32f5927cccb3ba7f15dbe672111018;hp=8787eea3701263118d3278476a6ebb79887859b5;hb=7a2708fff6cff5329002a3a16da266be51f1a3a1;hpb=2c9184c37fc54adb7670ea261a8e34c99a82a285 diff --git a/main/global.h b/main/global.h index 8787eea3..a662fd77 100644 --- a/main/global.h +++ b/main/global.h @@ -36,6 +36,9 @@ class Global; typedef QMap VarMap; extern Global *global; +typedef uint UserId; +typedef uint MsgId; + /** * This class is mostly a globally synchronized data store, meant for storing systemwide settings such * as identities or network lists. This class is a singleton, but not static as we'd like to use signals and