Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
9d1f8162
Commit
9d1f8162
authored
Apr 20, 2010
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
1a5e9dae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
src/gui/qt4/WQtToolBar.cpp
src/gui/qt4/WQtToolBar.cpp
+2
-1
src/kernel/WModuleContainer.cpp
src/kernel/WModuleContainer.cpp
+1
-0
src/kernel/WModuleContainer.h
src/kernel/WModuleContainer.h
+0
-1
No files found.
src/gui/qt4/WQtToolBar.cpp
View file @
9d1f8162
...
...
@@ -22,8 +22,9 @@
//
//---------------------------------------------------------------------------
#include
"WQtToolBar.h"
#include
<list>
#include "WQtToolBar.h"
WQtToolBar
::
WQtToolBar
(
const
QString
&
title
,
QWidget
*
parent
)
:
QToolBar
(
title
,
parent
)
...
...
src/kernel/WModuleContainer.cpp
View file @
9d1f8162
...
...
@@ -28,6 +28,7 @@
#include <string>
#include <sstream>
#include <algorithm>
#include <utility>
#include "WModule.h"
#include "exceptions/WModuleUninitialized.h"
...
...
src/kernel/WModuleContainer.h
View file @
9d1f8162
...
...
@@ -371,7 +371,6 @@ private:
* Access to the above module subscriptions map.
*/
ModuleSubscriptionsAccessType
m_moduleSubscriptionsAccess
;
};
#endif // WMODULECONTAINER_H
...
...
Write
Preview
Markdown
is supported
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