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
e4c7db00
Commit
e4c7db00
authored
Jan 04, 2010
by
Alexander Wiebel
Browse files
[STYLE] capitalization of headings
parent
09e71876
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/gui/qt4/datasetbrowser/WQtDatasetBrowser.cpp
src/gui/qt4/datasetbrowser/WQtDatasetBrowser.cpp
+1
-1
src/kernel/WKernel.cpp
src/kernel/WKernel.cpp
+1
-0
No files found.
src/gui/qt4/datasetbrowser/WQtDatasetBrowser.cpp
View file @
e4c7db00
...
...
@@ -179,7 +179,7 @@ void WQtDatasetBrowser::selectTreeItem()
// create properties
std
::
vector
<
WProperty
*
>
props
=
module
->
getProperties
()
->
getPropertyVector
();
WQtDSBWidget
*
tab1
=
new
WQtDSBWidget
(
"
s
ettings"
);
WQtDSBWidget
*
tab1
=
new
WQtDSBWidget
(
"
S
ettings"
);
for
(
size_t
i
=
0
;
i
<
props
.
size
();
++
i
)
{
...
...
src/kernel/WKernel.cpp
View file @
e4c7db00
...
...
@@ -252,6 +252,7 @@ void WKernel::loadDataSets( std::vector< std::string > fileNames )
using
boost
::
shared_ptr
;
for
(
std
::
vector
<
std
::
string
>::
iterator
iter
=
fileNames
.
begin
();
iter
!=
fileNames
.
end
();
++
iter
)
{
std
::
cout
<<
*
iter
<<
std
::
endl
;
shared_ptr
<
WModule
>
mod
=
m_moduleFactory
->
create
(
m_moduleFactory
->
getPrototypeByName
(
"Data Module"
)
);
mod
->
getProperties
()
->
setValue
(
"filename"
,
(
*
iter
)
);
m_moduleContainer
->
add
(
mod
);
...
...
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