mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-03 10:49:25 +08:00
@@ -80,7 +80,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
QFuture<void> future = QtConcurrent::run([=]() {
|
||||
std::string output = executeCommand(cmd.c_str());
|
||||
//LOGW("CHECK OUTPUT PLS\n%s", output.c_str());
|
||||
LOGW("CHECK OUTPUT PLS\n%s", output.c_str());
|
||||
QMetaObject::invokeMethod(label, "setText", Qt::QueuedConnection,
|
||||
Q_ARG(QString, QString::fromStdString(output)));
|
||||
QMetaObject::invokeMethod(scroll, "update", Qt::QueuedConnection);
|
||||
|
||||
Reference in New Issue
Block a user