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
17c69554
Commit
17c69554
authored
Apr 12, 2010
by
Sebastian Eichelbaum
Browse files
[CHANGE] - move project file classes to kernel
parent
e08419fa
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
6 deletions
+6
-6
src/gui/qt4/WMainWindow.cpp
src/gui/qt4/WMainWindow.cpp
+1
-1
src/gui/qt4/WQt4Gui.cpp
src/gui/qt4/WQt4Gui.cpp
+1
-1
src/kernel/WProjectFile.cpp
src/kernel/WProjectFile.cpp
+3
-3
src/kernel/WProjectFile.h
src/kernel/WProjectFile.h
+0
-0
src/kernel/WProjectFileParser.cpp
src/kernel/WProjectFileParser.cpp
+0
-0
src/kernel/WProjectFileParser.h
src/kernel/WProjectFileParser.h
+0
-0
src/kernel/combiner/WModuleProjectFileCombiner.h
src/kernel/combiner/WModuleProjectFileCombiner.h
+1
-1
No files found.
src/gui/qt4/WMainWindow.cpp
View file @
17c69554
...
...
@@ -52,7 +52,7 @@
#include "../../common/WColor.h"
#include "../../common/WPreferences.h"
#include "../../kernel/WKernel.h"
#include "../../
common
/WProjectFile.h"
#include "../../
kernel
/WProjectFile.h"
#include "../../modules/data/WMData.h"
#include "../../modules/navSlices/WMNavSlices.h"
...
...
src/gui/qt4/WQt4Gui.cpp
View file @
17c69554
...
...
@@ -38,7 +38,7 @@
#include "../../common/WIOTools.h"
#include "../../graphicsEngine/WGraphicsEngine.h"
#include "../../kernel/WKernel.h"
#include "../../
common
/WProjectFile.h"
#include "../../
kernel
/WProjectFile.h"
#include "../../dataHandler/WDataHandler.h"
#include "../../dataHandler/WSubject.h"
#include "WOpenCustomDockWidgetEvent.h"
...
...
src/
common
/WProjectFile.cpp
→
src/
kernel
/WProjectFile.cpp
View file @
17c69554
...
...
@@ -28,9 +28,9 @@
#include <boost/regex.hpp>
#include "
../kernel/
WKernel.h"
#include "
../kernel/
combiner/WModuleProjectFileCombiner.h"
#include "exceptions/WFileNotFound.h"
#include "WKernel.h"
#include "combiner/WModuleProjectFileCombiner.h"
#include "
../common/
exceptions/WFileNotFound.h"
#include "WProjectFile.h"
...
...
src/
common
/WProjectFile.h
→
src/
kernel
/WProjectFile.h
View file @
17c69554
File moved
src/
common
/WProjectFileParser.cpp
→
src/
kernel
/WProjectFileParser.cpp
View file @
17c69554
File moved
src/
common
/WProjectFileParser.h
→
src/
kernel
/WProjectFileParser.h
View file @
17c69554
File moved
src/kernel/combiner/WModuleProjectFileCombiner.h
View file @
17c69554
...
...
@@ -32,7 +32,7 @@
#include <boost/shared_ptr.hpp>
#include "../
../common/
WProjectFileParser.h"
#include "../WProjectFileParser.h"
#include "../WModuleCombiner.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