diff options
Diffstat (limited to 'launcher/minecraft/auth/AccountList.h')
-rw-r--r-- | launcher/minecraft/auth/AccountList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/auth/AccountList.h b/launcher/minecraft/auth/AccountList.h index e275eb17..d6d72cd3 100644 --- a/launcher/minecraft/auth/AccountList.h +++ b/launcher/minecraft/auth/AccountList.h @@ -79,7 +79,7 @@ public: bool saveList(); MinecraftAccountPtr activeAccount() const; - void setActiveAccount(const QString &profileId); + void setActiveAccount(MinecraftAccountPtr profileId); bool anyAccountIsValid(); signals: |