Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
5319e7d9
Commit
5319e7d9
authored
Dec 20, 2009
by
Hugo Beauzee-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Solved warning
parent
792c48de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
launcher/Launcher.cpp
launcher/Launcher.cpp
+1
-1
No files found.
launcher/Launcher.cpp
View file @
5319e7d9
...
@@ -38,7 +38,7 @@ void Launcher::start()
...
@@ -38,7 +38,7 @@ void Launcher::start()
m_process
->
start
(
"bin/vlmc"
);
m_process
->
start
(
"bin/vlmc"
);
}
}
void
Launcher
::
stopped
(
int
exitCode
,
QProcess
::
ExitStatus
exitStatus
)
void
Launcher
::
stopped
(
int
exitCode
,
QProcess
::
ExitStatus
)
{
{
switch
(
exitCode
)
switch
(
exitCode
)
{
{
...
...
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