This commit is contained in:
Nav
2021-09-21 21:21:57 +01:00
parent e76bb07ef1
commit ebfd97eae8
7 changed files with 10 additions and 5 deletions

View File

@@ -54,6 +54,7 @@ void Insight::startup() {
#ifndef BLOOM_DEBUG_BUILD
QCoreApplication::addLibraryPath(QString::fromStdString(Paths::applicationDirPath() + "/plugins"));
#endif
this->application.setQuitOnLastWindowClosed(true);
qRegisterMetaType<Bloom::Targets::TargetDescriptor>();
qRegisterMetaType<Bloom::Targets::TargetPinDescriptor>();