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
13ef807c
Commit
13ef807c
authored
Sep 21, 2009
by
Alexander Wiebel
Browse files
[DOC] removed some unneeded TODOs
parent
6552c52d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
6 deletions
+3
-6
src/dataHandler/WDataHandler.cpp
src/dataHandler/WDataHandler.cpp
+0
-1
src/dataHandler/WDataSetMultiple.h
src/dataHandler/WDataSetMultiple.h
+0
-1
src/dataHandler/WDataSetSingle.cpp
src/dataHandler/WDataSetSingle.cpp
+0
-1
src/dataHandler/WLoader.h
src/dataHandler/WLoader.h
+2
-1
src/dataHandler/WRecording.h
src/dataHandler/WRecording.h
+1
-1
src/gui/qt4/WQtPipelineBrowser.cpp
src/gui/qt4/WQtPipelineBrowser.cpp
+0
-1
No files found.
src/dataHandler/WDataHandler.cpp
View file @
13ef807c
...
...
@@ -63,7 +63,6 @@ void WDataHandler::loadDataSets( std::vector< std::string > fileNames )
WLoaderManager
lm
;
for
(
size_t
i
=
0
;
i
<
fileNames
.
size
()
;
++
i
)
{
// TODO(wiebel): need to associate the dataset to its subject
lm
.
load
(
fileNames
[
i
],
shared_from_this
()
);
}
}
src/dataHandler/WDataSetMultiple.h
View file @
13ef807c
...
...
@@ -36,7 +36,6 @@ class WDataSetMultiple : public WDataSet
public:
/**
* Dummy constructor.
* TODO(wiebel): implement this
*/
explicit
WDataSetMultiple
()
:
WDataSet
()
...
...
src/dataHandler/WDataSetSingle.cpp
View file @
13ef807c
...
...
@@ -40,7 +40,6 @@ WDataSetSingle::WDataSetSingle( boost::shared_ptr<WValueSetBase> newValueSet,
WDataSetSingle
::~
WDataSetSingle
()
{
// TODO(wiebel): Auto-generated destructor stub
}
boost
::
shared_ptr
<
WValueSetBase
>
WDataSetSingle
::
getValueSet
()
const
...
...
src/dataHandler/WLoader.h
View file @
13ef807c
...
...
@@ -29,7 +29,8 @@
/**
* Base class to all WLoaders which imports data from a given file and generate
* a WDataSet out of it.
* a WDataSet out of it. The WLoader subclasses will also have to determine
* the subject a new dataSet belongs to.
* \ingroup dataHandler
*/
class
WLoader
...
...
src/dataHandler/WRecording.h
View file @
13ef807c
...
...
@@ -36,7 +36,7 @@ class WRecording : public WDataSet
{
public:
/**
*
TODO(wiebel): Document this!
*
Empty standard constructor for recordings
*/
explicit
WRecording
()
:
WDataSet
()
...
...
src/gui/qt4/WQtPipelineBrowser.cpp
View file @
13ef807c
...
...
@@ -35,7 +35,6 @@ WQtPipelineBrowser::WQtPipelineBrowser()
WQtPipelineBrowser
::~
WQtPipelineBrowser
()
{
// TODO(wiebel): Auto-generated destructor stub
}
QSize
WQtPipelineBrowser
::
sizeHint
()
const
...
...
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