app binary renamed to scheincommander

This commit is contained in:
2023-02-21 20:28:53 +01:00
parent 77d269013d
commit 0fc128b369
22 changed files with 38 additions and 27 deletions

View File

@ -130,7 +130,8 @@ DmxController::DmxController(QObject *parent) :
{
}
bool DmxController::loadProject(QString name) {
bool DmxController::loadProject(QString name)
{
QFile readJsonFile(name);
if (!readJsonFile.exists())
{