Skip to content

Commit 680772d

Browse files
v1.8.3 (#23)
* add TaskGraphInterfaces import into all .cpp files
1 parent 47759a0 commit 680772d

22 files changed

+46
-248
lines changed

Scripts/BuildPlugin.ps1

Lines changed: 0 additions & 222 deletions
This file was deleted.

Scripts/build-plugin.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

Source/Thirdweb/Private/AsyncTasks/Wallets/InApp/AsyncTaskThirdwebGetLinkedAccounts.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "AsyncTasks/Wallets/InApp/AsyncTaskThirdwebGetLinkedAccounts.h"
44

55
#include "Async/TaskGraphInterfaces.h"
6-
76
#include "Components/SlateWrapperTypes.h"
87

98
void UAsyncTaskThirdwebGetLinkedAccounts::Activate()

Source/Thirdweb/Private/AsyncTasks/Wallets/InApp/AsyncTaskThirdwebInAppSignMessage.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "AsyncTasks/Wallets/InApp/AsyncTaskThirdwebInAppSignMessage.h"
44

5+
#include "Async/TaskGraphInterfaces.h"
56
#include "Components/SlateWrapperTypes.h"
67

78
void UAsyncTaskThirdwebInAppSignMessage::Activate()

Source/Thirdweb/Private/AsyncTasks/Wallets/InApp/AsyncTaskThirdwebLink.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "AsyncTasks/Wallets/InApp/AsyncTaskThirdwebLink.h"
44

5+
#include "Async/TaskGraphInterfaces.h"
56
#include "Components/SlateWrapperTypes.h"
67

78
UAsyncTaskThirdwebLink* UAsyncTaskThirdwebLink::Link(UObject* WorldContextObject, const FInAppWalletHandle& Wallet, const FInAppWalletHandle& NewWallet, const FString& Input, const FString& Signature)

Source/Thirdweb/Private/AsyncTasks/Wallets/InApp/AsyncTaskThirdwebLoginWithOAuth.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@
44

55
#include "ThirdwebLog.h"
66
#include "TimerManager.h"
7-
7+
#include "Async/TaskGraphInterfaces.h"
88
#include "Blueprint/UserWidget.h"
9-
109
#include "Browser/ThirdwebOAuthBrowserUserWidget.h"
11-
1210
#include "Engine/World.h"
13-
1411
#include "Kismet/GameplayStatics.h"
15-
1612
#include "Misc/DateTime.h"
1713

1814
void UAsyncTaskThirdwebLoginWithOAuth::Activate()

Source/Thirdweb/Private/AsyncTasks/Wallets/InApp/AsyncTaskThirdwebSendOTP.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "AsyncTasks/Wallets/InApp/AsyncTaskThirdwebSendOTP.h"
44

5+
#include "Async/TaskGraphInterfaces.h"
56
#include "Components/SlateWrapperTypes.h"
67

78
void UAsyncTaskThirdwebSendOTP::Activate()

Source/Thirdweb/Private/AsyncTasks/Wallets/InApp/AsyncTaskThirdwebSignIn.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "AsyncTasks/Wallets/InApp/AsyncTaskThirdwebSignIn.h"
44

5+
#include "Async/TaskGraphInterfaces.h"
56
#include "Components/SlateWrapperTypes.h"
67

78
UAsyncTaskThirdwebSignIn* UAsyncTaskThirdwebSignIn::SignIn(UObject* WorldContextObject, const FInAppWalletHandle& Wallet, const FString& Input, const FString& Signature)

Source/Thirdweb/Private/AsyncTasks/Wallets/InApp/Create/AsyncTaskThirdwebCreateSmartWallet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "AsyncTasks/Wallets/InApp/Create/AsyncTaskThirdwebCreateSmartWallet.h"
44

5+
#include "Async/TaskGraphInterfaces.h"
56
#include "Components/SlateWrapperTypes.h"
67
#include "Wallets/ThirdwebSmartWalletHandle.h"
78

Source/Thirdweb/Private/AsyncTasks/Wallets/InApp/Create/AsyncTaskThirdwebInAppCreateWalletBase.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "AsyncTasks/Wallets/InApp/Create/AsyncTaskThirdwebInAppCreateWalletBase.h"
44

5+
#include "Async/TaskGraphInterfaces.h"
56
#include "Wallets/ThirdwebInAppWalletHandle.h"
67

78
void UAsyncTaskThirdwebInAppCreateWalletBase::HandleResponse(const FInAppWalletHandle& Wallet)

0 commit comments

Comments
 (0)