projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08cb289
)
Make Systray's _trayEngine a QPointer
author
Stephan Beyer
<s-beyer@gmx.net>
Wed, 24 Jun 2020 15:24:52 +0000
(17:24 +0200)
committer
Stephan Beyer
<s-beyer@gmx.net>
Wed, 24 Jun 2020 15:25:20 +0000
(17:25 +0200)
This is just safer.
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
src/gui/systray.h
patch
|
blob
|
history
diff --git
a/src/gui/systray.h
b/src/gui/systray.h
index cffa4f8437755217f63846d427309c1b95c2e640..02a0034cf71bc8f5d7191f943d9ad8367d3db432 100644
(file)
--- a/
src/gui/systray.h
+++ b/
src/gui/systray.h
@@
-90,7
+90,7
@@
private:
bool _isOpen = false;
bool _syncIsPaused = false;
- Q
QmlApplicationEngine *_trayEngine = nullptr
;
+ Q
Pointer<QQmlApplicationEngine> _trayEngine
;
};
} // namespace OCC