Remove several warnings when building the project

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li 2025-06-02 17:00:13 +08:00
parent d667dfe223
commit 5ccdb0a477
No known key found for this signature in database
8 changed files with 9 additions and 9 deletions

View file

@ -45,7 +45,7 @@ bool MCEditTool::check(const QString& toolPath, QString& error)
QString MCEditTool::getProgramPath()
{
#ifdef Q_OS_OSX
#ifdef Q_OS_MACOS
return path();
#else
const QString mceditPath = path();