mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: add callback to run after app is fully initialized
And then use that to check for pending Intents on Android. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b85098d401
commit
fbf94d4a7b
3 changed files with 14 additions and 0 deletions
|
@ -144,6 +144,7 @@ public:
|
|||
#endif
|
||||
|
||||
public slots:
|
||||
void appInitialized();
|
||||
void applicationStateChanged(Qt::ApplicationState state);
|
||||
void savePreferences();
|
||||
void saveCloudCredentials();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue