Skip to content
Snippets Groups Projects
Commit a61728f6 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

No need to export these constants

parent 69cd22ba
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,9 @@ ...@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment