Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
Redstart
Commits
48621dd6
Commit
48621dd6
authored
Jan 08, 2018
by
Dipl.-Ing. Jonas Stienen
Browse files
Merge branch 'master' of
https://git.rwth-aachen.de/ita/Redstart
parents
600aa749
ac2cfb24
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/RedstartWindow.cpp
View file @
48621dd6
...
...
@@ -655,8 +655,7 @@ void RedstartWindow::on_pushButton_start_stop_clicked()
oVAConfigArgs
[
"Paths"
][
"redstart_data"
]
=
"data"
;
oVAConfigArgs
[
"Paths"
][
"redstart_data_dev"
]
=
"../VACore/data"
;
m_pVAInterface
=
VACore
::
CreateCoreInstance
(
oVAConfigArgs
);
m_pVAInterface
->
SetOutputStream
(
ui
->
plainTextEdit_core_output
->
GetOutputStream
()
);
m_pVAInterface
=
VACore
::
CreateCoreInstance
(
oVAConfigArgs
,
ui
->
plainTextEdit_core_output
->
GetOutputStream
()
);
m_pVAInterface
->
Initialize
();
m_pVAInterface
->
AttachEventHandler
(
this
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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