Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
2e2586c4
Commit
2e2586c4
authored
Dec 15, 2009
by
Hugo Beauzee-Luyssen
Browse files
Cleaner way of restarting the app.
parent
bf70c6af
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GUI/widgets/CrashHandler.cpp
View file @
2e2586c4
...
...
@@ -85,7 +85,6 @@ void CrashHandler::close()
void
CrashHandler
::
restart
()
{
QProcess
*
p
=
new
QProcess
();
p
->
start
(
"./vlmc"
);
QProcess
::
startDetached
(
"./vlmc"
);
close
();
}
Write
Preview
Supports
Markdown
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