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
OpenFlipper-Free
Plugin-PropertyVis
Commits
08b20d96
Commit
08b20d96
authored
Apr 11, 2017
by
Martin Heistermann
Browse files
Fix cppcheck warnings.
parent
dc1cd333
Changes
2
Hide whitespace changes
Inline
Side-by-side
OpenVolumeMesh/OVMPropertyModelSubclass.hh
View file @
08b20d96
...
...
@@ -62,7 +62,7 @@ class OVMPropertyModelSubclass: public SingleObjectPropertyModel
{
Q_OBJECT
public:
OVMPropertyModelSubclass
(
QObject
*
parent
=
0
);
explicit
OVMPropertyModelSubclass
(
QObject
*
parent
=
0
);
public
slots
:
...
...
PropertyModel.hh
View file @
08b20d96
...
...
@@ -64,7 +64,7 @@ public:
virtual
void
pickModeChanged
(
const
std
::
string
&
_mode
)
{}
virtual
void
mouseEvent
(
QMouseEvent
*
_event
)
{}
PropertyModel
(
QObject
*
parent
=
0
)
:
QAbstractListModel
(
parent
)
{}
explicit
PropertyModel
(
QObject
*
parent
=
0
)
:
QAbstractListModel
(
parent
)
{}
virtual
~
PropertyModel
()
{}
virtual
int
rowCount
(
const
QModelIndex
&
parent
=
QModelIndex
())
const
=
0
;
...
...
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