mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +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 _isOpen = false;
|
||||||
bool _syncIsPaused = false;
|
bool _syncIsPaused = false;
|
||||||
QQmlApplicationEngine *_trayEngine = nullptr;
|
QPointer<QQmlApplicationEngine> _trayEngine;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace OCC
|
} // namespace OCC
|
||||||
|
|
Loading…
Reference in a new issue