Moving to Qt6:
1) removing of deprecated classes 2) update of IPC mechanism
This commit is contained in:
parent
8191c25dd7
commit
6c614a4b3c
21 changed files with 478 additions and 531 deletions
|
@ -4,7 +4,8 @@
|
|||
#include "PageLogicBase.h"
|
||||
|
||||
#if defined(Q_OS_ANDROID)
|
||||
#include <QAndroidActivityResultReceiver>
|
||||
#include <QJniObject>
|
||||
#include <private/qandroidextras_p.h>
|
||||
#endif
|
||||
|
||||
class UiLogic;
|
||||
|
@ -52,7 +53,7 @@ public:
|
|||
~authResultReceiver() {}
|
||||
|
||||
public:
|
||||
void handleActivityResult(int receiverRequestCode, int resultCode, const QAndroidJniObject &data) override;
|
||||
void handleActivityResult(int receiverRequestCode, int resultCode, const QJniObject &data) override;
|
||||
|
||||
private:
|
||||
int m_serverIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue