Navigation Widget: add 'Priority' support

Merge-request: 176
Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
Denis Mingulov
2010-09-09 14:35:26 +02:00
committed by hjk
parent 0c9d85a933
commit b23b4588bf
19 changed files with 65 additions and 18 deletions

View File

@@ -36,6 +36,9 @@ namespace Constants {
//! Navi Widget Factory id
const char * const CLASSVIEWNAVIGATION_ID = "Class View";
//! Navi Widget Factory priority
const int CLASSVIEWNAVIGATION_PRIORITY = 500;
//! Settings' group
const char * const CLASSVIEW_SETTINGS_GROUP = "ClassView";