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
f1dc5137
Commit
f1dc5137
authored
6 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
mainwindow: don't delete lrc instance on close event
Change-Id: Ib9ae1b6668df728a9e74331b99a3394418fe354e
parent
1c647ec2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mainwindow.cpp
+1
-2
1 addition, 2 deletions
mainwindow.cpp
with
1 addition
and
2 deletions
mainwindow.cpp
+
1
−
2
View file @
f1dc5137
...
@@ -290,9 +290,8 @@ MainWindow::closeEvent(QCloseEvent* event)
...
@@ -290,9 +290,8 @@ MainWindow::closeEvent(QCloseEvent* event)
settings
.
setValue
(
SettingsKey
::
geometry
,
saveGeometry
());
settings
.
setValue
(
SettingsKey
::
geometry
,
saveGeometry
());
settings
.
setValue
(
SettingsKey
::
windowState
,
saveState
());
settings
.
setValue
(
SettingsKey
::
windowState
,
saveState
());
}
}
this
->
disconnect
(
screenChangedConnection_
);
this
->
disconnect
(
activeChangedConnection_
);
this
->
disconnect
(
activeChangedConnection_
);
LRCInstance
::
reset
(
);
this
->
disconnect
(
screenChangedConnection_
);
QMainWindow
::
closeEvent
(
event
);
QMainWindow
::
closeEvent
(
event
);
}
}
...
...
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