X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fcliparser.h;h=761eb0d4d3b9ad63e1ffb72c9a939d3ed31c0915;hp=3c096a2e76fce56c793d065d5df59163aedc78fb;hb=abd7bd3611e560e0ede1b05d617c775614b6c808;hpb=af5ee11e78a6c98f755d0cc5e3bef77028b227dd diff --git a/src/common/cliparser.h b/src/common/cliparser.h index 3c096a2e..761eb0d4 100644 --- a/src/common/cliparser.h +++ b/src/common/cliparser.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -21,7 +21,7 @@ #ifndef CLIPARSER_H #define CLIPARSER_H -#include +#include #include "abstractcliparser.h" @@ -44,7 +44,7 @@ private: QString lnameOfShortArg(const char arg); QStringList argsRaw; - QHash argsHash; + QMap argsMap; }; #endif