Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
0a12e90c
Commit
0a12e90c
authored
Nov 03, 2017
by
Vincent Pinon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Windows: terminate KDE session on window close"
This reverts commit
d6cea2ef
.
parent
04ee4fa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/mainwindow.cpp
src/mainwindow.cpp
+0
-3
No files found.
src/mainwindow.cpp
View file @
0a12e90c
...
...
@@ -2146,9 +2146,6 @@ void MainWindow::closeEvent(QCloseEvent *event)
{
KXmlGuiWindow
::
closeEvent
(
event
);
if
(
event
->
isAccepted
())
{
#ifdef Q_OS_WIN
QProcess
::
startDetached
(
QStandardPaths
::
findExecutable
(
QStringLiteral
(
"kdeinit5"
))
+
" --terminate"
);
#endif
QApplication
::
exit
(
m_exitCode
);
return
;
}
...
...
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