update build

This commit is contained in:
arm64v8a
2022-12-25 09:26:44 +09:00
parent 647f20cb95
commit 255d95ef98
23 changed files with 101 additions and 138 deletions

View File

@@ -157,7 +157,7 @@ void MainWindow::speedtest_current_group(int mode) {
#endif
}
void MainWindow::test_current() {
void MainWindow::speedtest_current() {
#ifndef NKR_NO_GRPC
last_test_time = QTime::currentTime();
ui->label_running->setText(tr("Testing"));
@@ -186,7 +186,7 @@ void MainWindow::test_current() {
#endif
}
void MainWindow::ExitNekorayCore() {
void MainWindow::stop_core_daemon() {
#ifndef NKR_NO_GRPC
NekoRay::rpc::defaultClient->Exit();
#endif
@@ -287,6 +287,7 @@ void MainWindow::neko_stop(bool crash) {
}
void MainWindow::CheckUpdate() {
// on new thread...
#ifndef NKR_NO_GRPC
bool ok;
libcore::UpdateReq request;