Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
a61728f6
Commit
a61728f6
authored
Mar 19, 2010
by
Thorbjørn Lindeijer
Browse files
No need to export these constants
parent
69cd22ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmlinspector/components/watchtable.cpp
View file @
a61728f6
...
...
@@ -38,9 +38,9 @@
QT_BEGIN_NAMESPACE
const
int
C_NAME
=
0
;
const
int
C_VALUE
=
1
;
const
int
C_COLUMNS
=
2
;
static
const
int
C_NAME
=
0
;
static
const
int
C_VALUE
=
1
;
static
const
int
C_COLUMNS
=
2
;
WatchTableModel
::
WatchTableModel
(
QDeclarativeEngineDebug
*
client
,
QObject
*
parent
)
:
QAbstractTableModel
(
parent
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment