Rename all symbols to new project name

This commit is contained in:
2021-06-12 14:59:58 +02:00
parent 645903ed6b
commit e97551be97
26 changed files with 93 additions and 93 deletions

View File

@@ -14,7 +14,7 @@ int main(int argc, char *argv[])
{
Common::ensureConfigured();
}
catch(QSSGeneralException &e)
catch(LooqsGeneralException &e)
{
qDebug() << e.message;
QMessageBox::critical(nullptr, "Error", e.message);