Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libcontacts
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mer-core-attic
libcontacts
Commits
8d42ec78
Commit
8d42ec78
authored
Aug 26, 2015
by
mvogt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[libcontacts] Do not start timers during application close. Contributes to MER#1267
parent
33220e23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/seasidecache.cpp
src/seasidecache.cpp
+1
-1
No files found.
src/seasidecache.cpp
View file @
8d42ec78
...
...
@@ -643,7 +643,7 @@ SeasideCache::~SeasideCache()
void
SeasideCache
::
checkForExpiry
()
{
if
(
instancePtr
->
m_users
.
isEmpty
())
{
if
(
instancePtr
->
m_users
.
isEmpty
()
&&
!
QCoreApplication
::
closingDown
()
)
{
bool
unused
=
true
;
for
(
int
i
=
0
;
i
<
FilterTypesCount
;
++
i
)
{
unused
&=
instancePtr
->
m_models
[
i
].
isEmpty
();
...
...
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