changeset 23 | 99b096216bc8 |
parent 18 | 375271912456 |
--- a/userguide/inc/HelpCommon.h Fri May 14 15:42:52 2010 +0300 +++ b/userguide/inc/HelpCommon.h Fri Jun 11 13:29:58 2010 +0300 @@ -20,6 +20,8 @@ #include <Qt> +//const +const int APPPRIORITY = 2001; // words const char* const BACKSLASH = "/"; const char* const SPECIALCHAR = "+"; @@ -92,6 +94,7 @@ enum HelpItemRole { UidRole = Qt::UserRole + 1, + PriorityRole, HrefRole, KeywordRole };