mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-23 19:02:19 -07:00
Tmate
This commit is contained in:
parent
ff72c57140
commit
310e0f61ae
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ AbstractClient::AbstractClient(QObject *parent)
|
||||||
qRegisterMetaType<QList<QString>>("missingFeatures");
|
qRegisterMetaType<QList<QString>>("missingFeatures");
|
||||||
qRegisterMetaType<PendingCommand *>("pendingCommand");
|
qRegisterMetaType<PendingCommand *>("pendingCommand");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
FeatureSet features;
|
FeatureSet features;
|
||||||
features.initalizeFeatureList(clientFeatures);
|
features.initalizeFeatureList(clientFeatures);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue