Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
e8cf755f
Commit
e8cf755f
authored
6 years ago
by
Andreas Traczyk
Committed by
Adrien Béraud
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
app: exit QtCoreApplication and dispose of systray icons on quit
Change-Id: I1a6e823121cf3268049c123e07653da4e424eec9
parent
e86fb3c2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.cpp
+8
-2
8 additions, 2 deletions
main.cpp
with
8 additions
and
2 deletions
main.cpp
+
8
−
2
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
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment