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
9de14c77
Commit
9de14c77
authored
Feb 25, 2010
by
Alexander Wiebel
Browse files
[STYLE] removed useless include and added space between type and name
parent
f747f5bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/gui/qt4/WMainWindow.cpp
src/gui/qt4/WMainWindow.cpp
+1
-1
src/gui/qt4/WQt4Gui.cpp
src/gui/qt4/WQt4Gui.cpp
+0
-1
No files found.
src/gui/qt4/WMainWindow.cpp
View file @
9de14c77
...
...
@@ -377,7 +377,7 @@ void WMainWindow::openLoadDialog()
fileNames
=
fd
.
selectedFiles
();
}
std
::
vector
<
std
::
string
>
stdFileNames
;
std
::
vector
<
std
::
string
>
stdFileNames
;
QStringList
::
const_iterator
constIterator
;
for
(
constIterator
=
fileNames
.
constBegin
();
constIterator
!=
fileNames
.
constEnd
();
++
constIterator
)
...
...
src/gui/qt4/WQt4Gui.cpp
View file @
9de14c77
...
...
@@ -38,7 +38,6 @@
#include "../../common/WIOTools.h"
#include "../../graphicsEngine/WGraphicsEngine.h"
#include "../../kernel/WKernel.h"
#include "../../modules/data/WMData.h"
#include "WOpenCustomDockWidgetEvent.h"
#include "WQt4Gui.h"
#include "events/WModuleAssocEvent.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