X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fuisupport%2Fgraphicalui.h;h=989ee7fc3b7df9de6d142095f8eb422471d13171;hb=4ae8f86c1ce452582d6fe576956c7c1bc1460adf;hp=42a0a01cd70def56931862b6c192029ac4d5c5e5;hpb=7f3d50af3f94bd5fc423c83ac21c460da2edf88b;p=quassel.git diff --git a/src/uisupport/graphicalui.h b/src/uisupport/graphicalui.h index 42a0a01c..989ee7fc 100644 --- a/src/uisupport/graphicalui.h +++ b/src/uisupport/graphicalui.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2010 by the Quassel Project * + * Copyright (C) 2005-2012 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -45,7 +45,7 @@ public: * create appropriate Action objects using GraphicalUi::actionCollection(cat)->add\(). * @param category The category (default: "General") */ - static ActionCollection *actionCollection(const QString &category = "General"); + static ActionCollection *actionCollection(const QString &category = "General", const QString &translatedCategory = QString()); static QHash actionCollections(); //! Load custom shortcuts from ShortcutSettings