aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/classview/classviewconstants.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-07-06 17:40:54 +0200
committerhjk <qthjk@ovi.com>2011-07-14 17:43:03 +0200
commit51d83e4ce64ea9928189415a8a6e062aa5e7a1be (patch)
treeff579b5326db6c12d6e070e2c4f01b1d0afa2484 /src/plugins/classview/classviewconstants.h
parent2bdc5c79c6b1193b6fb2e70a8ba24b7306c0121f (diff)
classview: adjust to d-pointer style rules
Change-Id: Ie413a7336ef4bde5dcf1b43b6832167742608a83 Reviewed-on: http://codereview.qt.nokia.com/1296 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/classview/classviewconstants.h')
-rw-r--r--src/plugins/classview/classviewconstants.h21
1 files changed, 2 insertions, 19 deletions
diff --git a/src/plugins/classview/classviewconstants.h b/src/plugins/classview/classviewconstants.h
index c86b57f99d4..372060d343b 100644
--- a/src/plugins/classview/classviewconstants.h
+++ b/src/plugins/classview/classviewconstants.h
@@ -36,26 +36,9 @@
namespace ClassView {
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";
-
-//! Settings' prefix for the tree widget
-const char * const CLASSVIEW_SETTINGS_TREEWIDGET_PREFIX = "TreeWidget.";
-
-//! Flat mode settings
-const char * const CLASSVIEW_SETTINGS_FLATMODE = "FlatMode";
-
-//! Delay in msecs before an update
-const int CLASSVIEW_EDITINGTREEUPDATE_DELAY = 400;
-
//! QStandardItem roles
-enum ItemRole {
+enum ItemRole
+{
SymbolLocationsRole = Qt::UserRole + 1, //!< Symbol locations
IconTypeRole, //!< Icon type (integer)
SymbolNameRole, //!< Symbol name