From 7e83608a957dfeacc739ec0a09a89291de0d4e6b Mon Sep 17 00:00:00 2001 From: Matt Chang Date: Wed, 19 Jun 2024 01:01:26 +0800 Subject: [PATCH] Trigger Actions --- app/src/aboutdialog.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/aboutdialog.cpp b/app/src/aboutdialog.cpp index ad1a9b1a4f..ca790211d4 100644 --- a/app/src/aboutdialog.cpp +++ b/app/src/aboutdialog.cpp @@ -49,7 +49,6 @@ void AboutDialog::init() #else devText << "Development Build " __DATE__; #endif - devText << ""; // An empty line #if defined(GIT_EXISTS) @@ -60,7 +59,7 @@ void AboutDialog::init() devText << QString("Operating System: %1").arg(QSysInfo::prettyProductName()) << QString("CPU Architecture: %1").arg(QSysInfo::buildCpuArchitecture()); - if(QString(qVersion()) == QT_VERSION_STR) + if (QString(qVersion()) == QT_VERSION_STR) { devText << QString("Qt Version: %1").arg(QT_VERSION_STR); }