diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-04 01:39:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-04 01:39:30 +0300 |
commit | 44ef6547161dd3cd2e1bb4053bb5e8619e6dc0d0 (patch) | |
tree | 16ef6000be72c8959672d1210e89f595a55925a5 /src/resources/db/groupdb.h | |
parent | b889e7fe2d2b1162bad9cf39831e1becf3d9e480 (diff) | |
download | plus-44ef6547161dd3cd2e1bb4053bb5e8619e6dc0d0.tar.gz plus-44ef6547161dd3cd2e1bb4053bb5e8619e6dc0d0.tar.bz2 plus-44ef6547161dd3cd2e1bb4053bb5e8619e6dc0d0.tar.xz plus-44ef6547161dd3cd2e1bb4053bb5e8619e6dc0d0.zip |
Add support for hightlight attribute in groups.xml
This attribute allow to highlight gm groups based on groups.xml
Diffstat (limited to 'src/resources/db/groupdb.h')
-rw-r--r-- | src/resources/db/groupdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/db/groupdb.h b/src/resources/db/groupdb.h index a8fd1dcf3..f447baa96 100644 --- a/src/resources/db/groupdb.h +++ b/src/resources/db/groupdb.h @@ -41,6 +41,7 @@ namespace GroupDb const std::string &getName(const int id) A_WARN_UNUSED; const std::string &getLongName(const int id) A_WARN_UNUSED; bool getShowBadge(const int id) A_WARN_UNUSED; + bool getHighlightName(const int id) A_WARN_UNUSED; const std::string &getBadge(const int id) A_WARN_UNUSED; const GroupInfo *getGroup(const int id) A_WARN_UNUSED RETURNS_NONNULL; |