forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user