mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[FSD] Style
This commit is contained in:
@@ -739,8 +739,10 @@ namespace BlackFsdTest
|
||||
|
||||
void CTestFSDClient::testAuth()
|
||||
{
|
||||
quint16 m_clientId = 0xb9ba;
|
||||
QString m_privateKey("727d1efd5cb9f8d2c28372469d922bb4");
|
||||
quint16 clientId = 0xb9ba;
|
||||
QString privateKey("727d1efd5cb9f8d2c28372469d922bb4");
|
||||
Q_UNUSED(clientId)
|
||||
Q_UNUSED(privateKey)
|
||||
|
||||
// TODO fix with the test key
|
||||
// QString initialChallenge("a054064f45cb6d6a6f1345");
|
||||
|
||||
Reference in New Issue
Block a user