X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fqssparser.h;h=8cb1db46bf4dc4141a5695ee461819182f3bf0ac;hp=f727cee7eaabcacb74bab755392704ce96c5e703;hb=158443f71d48215eea8b47b836b61afd77654b78;hpb=b12b02f1bd5ee8a68bda20622b7ec3eac84f000c diff --git a/src/uisupport/qssparser.h b/src/uisupport/qssparser.h index f727cee7..8cb1db46 100644 --- a/src/uisupport/qssparser.h +++ b/src/uisupport/qssparser.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -39,7 +39,7 @@ public: inline const QHash &listItemFormats() const { return _listItemFormats; } protected: - typedef QList ColorTuple; + using ColorTuple = QList; void parseChatLineBlock(const QString &decl, const QString &contents); void parsePaletteBlock(const QString &decl, const QString &contents);