Fix mistyped pointer. (#6310)

Took 25 minutes

Took 25 seconds

Took 22 seconds

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2025-11-12 06:00:45 +01:00 committed by GitHub
parent 3d9cae717d
commit 2efcb48b7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ public:
static const char *TOKENS_SETNAME; ///< Reserved identifier for token-like sets. static const char *TOKENS_SETNAME; ///< Reserved identifier for token-like sets.
private: private:
QSharedPointer<ICardSetPriorityController> priorityController; ///< Interface to the card set priority controller. ICardSetPriorityController *priorityController; ///< Interface to the card set priority controller.
QString shortName; ///< Short identifier for the set. QString shortName; ///< Short identifier for the set.
QString longName; ///< Full name for the set. QString longName; ///< Full name for the set.
unsigned int sortKey; ///< Custom numeric sort key. unsigned int sortKey; ///< Custom numeric sort key.