diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 95bcfe56b5..3e7d942e29 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -64,6 +64,7 @@ #include #include #include +#include #include #include #include @@ -127,7 +128,6 @@ #include "OriginGroupExtension.h" #include "OriginGroupExtensionPy.h" #include "SuppressibleExtension.h" -#include "SuppressibleExtensionPy.h" #include "Part.h" #include "GeoFeaturePy.h" #include "Placement.h" @@ -3542,7 +3542,6 @@ std::string Application::FindHomePath(const char* sCall) QString Application::prettyProductInfoWrapper() { auto productName = QSysInfo::prettyProductName(); -#if QT_VERSION < QT_VERSION_CHECK(6, 5, 0) #ifdef FC_OS_MACOSX auto macosVersionFile = QStringLiteral("/System/Library/CoreServices/.SystemVersionPlatform.plist"); @@ -3566,7 +3565,6 @@ QString Application::prettyProductInfoWrapper() } } #endif -#endif #ifdef FC_OS_WIN64 QSettings regKey { QStringLiteral("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion"), @@ -3795,4 +3793,4 @@ void Application::getVerboseAddOnsInfo(QTextStream& str, const std::map