forked from qt-creator/qt-creator
No need to export these constants
This commit is contained in:
@@ -38,9 +38,9 @@
|
|||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
const int C_NAME = 0;
|
static const int C_NAME = 0;
|
||||||
const int C_VALUE = 1;
|
static const int C_VALUE = 1;
|
||||||
const int C_COLUMNS = 2;
|
static const int C_COLUMNS = 2;
|
||||||
|
|
||||||
WatchTableModel::WatchTableModel(QDeclarativeEngineDebug *client, QObject *parent)
|
WatchTableModel::WatchTableModel(QDeclarativeEngineDebug *client, QObject *parent)
|
||||||
: QAbstractTableModel(parent),
|
: QAbstractTableModel(parent),
|
||||||
|
|||||||
Reference in New Issue
Block a user