From 64feaef6efdc1519d4cae2ece18bc6368f28be1f Mon Sep 17 00:00:00 2001 From: x-tools-author Date: Mon, 23 Dec 2024 22:57:32 +0800 Subject: [PATCH] chore: update the file --- source/Common/xTools.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Common/xTools.cpp b/source/Common/xTools.cpp index 9864d7b8..a806117d 100644 --- a/source/Common/xTools.cpp +++ b/source/Common/xTools.cpp @@ -653,8 +653,8 @@ bool xTools::tryToReboot() { int ret = QMessageBox::information( nullptr, - QObject::tr("Need to Reboot"), - QObject::tr("The operation need to reboot to effected, reboot the application now?"), + tr("Need to Reboot"), + tr("The operation need to reboot to effected, reboot the application now?"), QMessageBox::Ok | QMessageBox::Cancel); if (ret == QMessageBox::Ok) { QProcess::startDetached(QApplication::applicationFilePath(), QStringList());