From 44ef6547161dd3cd2e1bb4053bb5e8619e6dc0d0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 4 Mar 2018 01:39:30 +0300 Subject: Add support for hightlight attribute in groups.xml This attribute allow to highlight gm groups based on groups.xml --- src/resources/db/groupdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/resources/db/groupdb.h') 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; -- cgit v1.2.3-70-g09d2