This commit is contained in:
ZeldaZach 2024-11-22 22:39:54 -05:00
parent ff72c57140
commit 310e0f61ae
No known key found for this signature in database

View file

@ -49,6 +49,8 @@ AbstractClient::AbstractClient(QObject *parent)
qRegisterMetaType<QList<QString>>("missingFeatures");
qRegisterMetaType<PendingCommand *>("pendingCommand");
FeatureSet features;
features.initalizeFeatureList(clientFeatures);