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
Marco Bubke
flatpak-qt-creator
Commits
11a08a25
Commit
11a08a25
authored
Jun 25, 2010
by
Robert Loehning
Browse files
Commented switch to avoid warning from MSVC.
Reviewed-by:
Thorbjørn Lindeijer
<
thorbjorn.lindeijer@nokia.com
>
parent
5f1af52a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/breakhandler.cpp
View file @
11a08a25
...
...
@@ -587,12 +587,12 @@ QVariant BreakHandler::data(const QModelIndex &mi, int role) const
Qt
::
ItemFlags
BreakHandler
::
flags
(
const
QModelIndex
&
mi
)
const
{
switch
(
mi
.
column
())
{
//
switch (mi.column()) {
//case 0:
// return Qt::ItemIsUserCheckable | Qt::ItemIsEnabled;
default:
//
default:
return
QAbstractTableModel
::
flags
(
mi
);
}
//
}
}
bool
BreakHandler
::
setData
(
const
QModelIndex
&
mi
,
const
QVariant
&
value
,
int
role
)
...
...
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