Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
e8cf755f
Commit
e8cf755f
authored
Aug 02, 2018
by
Andreas Traczyk
Committed by
Adrien Béraud
Aug 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: exit QtCoreApplication and dispose of systray icons on quit
Change-Id: I1a6e823121cf3268049c123e07653da4e424eec9
parent
e86fb3c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
main.cpp
main.cpp
+8
-2
No files found.
main.cpp
View file @
e8cf755f
...
...
@@ -188,6 +188,12 @@ main(int argc, char *argv[])
delete
sem
;
});
#endif
return
a
.
exec
();
auto
ret
=
a
.
exec
();
QCoreApplication
::
exit
();
GlobalSystemTray
::
instance
().
deleteLater
();
GlobalSystemTray
::
instance
().
hide
();
return
ret
;
}
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