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
6b0205d7
Commit
6b0205d7
authored
May 02, 2012
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
8ababbcd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
src/core/kernel/WModuleFactory.cpp
src/core/kernel/WModuleFactory.cpp
+0
-1
src/core/kernel/combiner/WApplyCombiner.h
src/core/kernel/combiner/WApplyCombiner.h
+1
-1
src/qt4gui/qt4/WMainWindow.cpp
src/qt4gui/qt4/WMainWindow.cpp
+0
-1
No files found.
src/core/kernel/WModuleFactory.cpp
View file @
6b0205d7
...
@@ -291,6 +291,5 @@ WCombinerTypes::WCompatiblesList WModuleFactory::getAllPrototypes()
...
@@ -291,6 +291,5 @@ WCombinerTypes::WCompatiblesList WModuleFactory::getAllPrototypes()
std
::
sort
(
compatibles
.
begin
(),
compatibles
.
end
(),
WCombinerTypes
::
compatiblesSort
);
std
::
sort
(
compatibles
.
begin
(),
compatibles
.
end
(),
WCombinerTypes
::
compatiblesSort
);
return
compatibles
;
return
compatibles
;
}
}
src/core/kernel/combiner/WApplyCombiner.h
View file @
6b0205d7
...
@@ -84,7 +84,7 @@ public:
...
@@ -84,7 +84,7 @@ public:
*
*
* \param module the module to add
* \param module the module to add
*/
*/
WApplyCombiner
(
WModule
::
SPtr
module
);
explicit
WApplyCombiner
(
WModule
::
SPtr
module
);
/**
/**
* Destructor.
* Destructor.
...
...
src/qt4gui/qt4/WMainWindow.cpp
View file @
6b0205d7
...
@@ -698,7 +698,6 @@ void WMainWindow::openLoadDialog()
...
@@ -698,7 +698,6 @@ void WMainWindow::openLoadDialog()
WProjectFile
::
SPtr
proj
(
new
WProjectFile
(
fn
.
string
()
)
);
WProjectFile
::
SPtr
proj
(
new
WProjectFile
(
fn
.
string
()
)
);
// This call is asynchronous. It parses the file and the starts a thread to actually do all the stuff
// This call is asynchronous. It parses the file and the starts a thread to actually do all the stuff
proj
->
load
();
proj
->
load
();
}
}
else
else
{
{
...
...
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