mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: clang format line length
This commit is contained in:
@@ -41,9 +41,7 @@ int main(int argc, char *argv[])
|
||||
voiceClient->start(QThread::TimeCriticalPriority); // background thread
|
||||
CAfvClientBridge *voiceClientBridge = new CAfvClientBridge(voiceClient, &qa);
|
||||
|
||||
QObject::connect(&qa, &QCoreApplication::aboutToQuit, [voiceClient]() {
|
||||
voiceClient->quitAndWait();
|
||||
});
|
||||
QObject::connect(&qa, &QCoreApplication::aboutToQuit, [voiceClient]() { voiceClient->quitAndWait(); });
|
||||
|
||||
// default user name
|
||||
QString defaultUserName("1234567");
|
||||
|
||||
Reference in New Issue
Block a user