mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Make Systray's _trayEngine a QPointer
This is just safer. Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
This commit is contained in:
parent
08cb289b8c
commit
f90e0e519f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ private:
|
|||
|
||||
bool _isOpen = false;
|
||||
bool _syncIsPaused = false;
|
||||
QQmlApplicationEngine *_trayEngine = nullptr;
|
||||
QPointer<QQmlApplicationEngine> _trayEngine;
|
||||
};
|
||||
|
||||
} // namespace OCC
|
||||
|
|
Loading…
Reference in a new issue