Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
8c3e61e0
Commit
8c3e61e0
authored
Feb 17, 2011
by
hjk
Browse files
debugger: even less peep-hole feeling for the watchers
parent
02a7bf50
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/watchhandler.cpp
View file @
8c3e61e0
...
...
@@ -778,7 +778,7 @@ Qt::ItemFlags WatchModel::flags(const QModelIndex &idx) const
// source of a drag and drop operation and as a drop target.
static
const
Qt
::
ItemFlags
notEditable
=
Qt
::
ItemIsSelectable
|
Qt
::
ItemIsEnabled
;
=
/*
Qt::ItemIsSelectable |
*/
Qt
::
ItemIsEnabled
;
static
const
Qt
::
ItemFlags
editable
=
notEditable
|
Qt
::
ItemIsEditable
;
// Disable editing if debuggee is positively running.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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