*!m Forgotten part of the r394 commit.

This commit is contained in:
Konstantin Isakov 2009-10-21 19:33:23 +00:00
parent 00179e4a48
commit 2c46854ab1

View file

@ -6,6 +6,7 @@
#include "config.hh"
#include "dictionary.hh"
#include <QIcon>
// This complements Config, providing instances for the stored configurations.
// Simply put, it can convert groups to ones which hold references to
@ -32,6 +33,9 @@ struct Group
/// Makes the configuration group from the current contents.
Config::Group makeConfigGroup();
/// Makes an icon object for this group, based on the icon's name.
QIcon makeIcon() const;
};
struct Groups: public vector< Group >