Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Virtual Devices
dsdevices
Merge requests
!21
Testdevice - fix cppcheck issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Michał Badecki
requested to merge
michalbadecki/dsdevices:22845-cppcheck
into
master
7 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Compare
master
master (base)
and
latest version
latest version
6d63b7da
1 commit,
7 years ago
1 file
+
2
−
2
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
testdevice/testdevice.hpp
+
2
−
2
Options
View file @ 6d63b7da
Edit in single-file editor
Open in Web IDE
Show full file
@@ -24,7 +24,7 @@ namespace testdevice {
public:
DeviceSettings
(
p44
::
Device
&
aDevice
)
:
explicit
DeviceSettings
(
p44
::
Device
&
aDevice
)
:
inherited
(
aDevice
)
{};
virtual
DsScenePtr
newDefaultScene
(
SceneNo
aSceneNo
);
@@ -51,7 +51,7 @@ namespace testdevice {
using
inherited
=
SingleDevice
;
public:
Device
(
p44
::
Vdc
*
aVdcP
);
explicit
Device
(
p44
::
Vdc
*
aVdcP
);
virtual
~
Device
();
Menu
Explore
Projects
Groups
Topics
Snippets