Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Akabei
Akabei frontend
Commits
d264e073
Commit
d264e073
authored
Mar 13, 2016
by
Lisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use QCoreApplication::exit instead of exit to ensure a clean exit in case of errors.
parent
3ec37af7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
apm.cpp
apm.cpp
+1
-1
No files found.
apm.cpp
View file @
d264e073
...
...
@@ -106,7 +106,7 @@ void OperationManager::statusChanged(Akabei::Backend::Status status)
QTextStream
err
(
stderr
);
err
<<
Akabei
::
errorPrefix
<<
QObject
::
tr
(
"The backend seems to be in a broken state. "
);
err
<<
endl
;
exit
(
1
);
QCoreApplication
::
exit
(
1
);
}
default:
break
;
...
...
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