X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fcliparser.h;h=53eaed84cf26b0131d84e94548d620c37166367a;hp=3927df7e2db75f8d2e37d6f8c0bbcdd6c9829392;hb=b4226543fdbc7a44288986365e6b598d35144062;hpb=6eb132ee838e98925303db804fd9f36a0c2f1c1b diff --git a/src/common/cliparser.h b/src/common/cliparser.h index 3927df7e..53eaed84 100644 --- a/src/common/cliparser.h +++ b/src/common/cliparser.h @@ -36,9 +36,7 @@ public: typedef CliArgType CliArgTypes; inline CliParserArg() {}; - CliParserArg(const CliParserArg &other); CliParserArg(const CliArgType type, const char _shortName = 0, const QString _help = QString(), const QString _def = QString()); - CliParserArg &operator=(const CliParserArg &other); CliArgType type; char shortName;