This commit is contained in:
Nav
2023-08-13 14:55:04 +01:00
parent 7679348614
commit 0935ba65cf

View File

@@ -34,9 +34,9 @@ namespace Bloom
QCoreApplication::addLibraryPath(QString::fromStdString(Services::PathService::applicationDirPath() + "/plugins")), QCoreApplication::addLibraryPath(QString::fromStdString(Services::PathService::applicationDirPath() + "/plugins")),
#endif #endif
#ifndef EXCLUDE_INSIGHT #ifndef EXCLUDE_INSIGHT
QApplication(this->qtApplicationArgc, this->qtApplicationArgv.data()) QApplication(this->qtApplicationArgc, this->qtApplicationArgv.data())
#else #else
QCoreApplication(this->qtApplicationArgc, this->qtApplicationArgv.data()) QCoreApplication(this->qtApplicationArgc, this->qtApplicationArgv.data())
#endif #endif
) )
) )