We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0588e8 commit 9f97039Copy full SHA for 9f97039
src/SimpleAuthSystem.cpp
@@ -84,7 +84,7 @@ void SimpleAuthSystem::sendHttpRequest(const QString &endpoint, const QString &d
84
85
statusLabel->setText("正在发送请求...");
86
87
- connect(process, &QProcess::finished, this, [=](int exitCode, QProcess::ExitStatus exitStatus)
+ connect(process, &QProcess::finished, this, [=, this](int exitCode, QProcess::ExitStatus exitStatus)
88
{
89
QString response = QString::fromUtf8(process->readAllStandardOutput());
90
QString error = QString::fromUtf8(process->readAllStandardError());
0 commit comments