X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientauthhandler.h;h=5ebd53051602c147c12919535421288fef160bcd;hp=9c9a522dc9281a8e6fc2ff9e3e19b1cf75c3b455;hb=258d157a228d2b2b46b01d3b33ab932b9979436a;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c diff --git a/src/client/clientauthhandler.h b/src/client/clientauthhandler.h index 9c9a522d..5ebd5305 100644 --- a/src/client/clientauthhandler.h +++ b/src/client/clientauthhandler.h @@ -70,7 +70,7 @@ signals: #endif void encrypted(bool isEncrypted = true); - void startCoreSetup(const QVariantList &backendInfo); + void startCoreSetup(const QVariantList &backendInfo, const QVariantList &authenticatorInfo); void coreSetupSuccessful(); void coreSetupFailed(const QString &error); @@ -113,6 +113,7 @@ private: RemotePeer *_peer; bool _coreConfigured; QVariantList _backendInfo; + QVariantList _authenticatorInfo; CoreAccount _account; bool _probing; bool _legacy;