mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-06 08:51:35 +01:00
fix meta info
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -8,8 +8,8 @@ int main(int argc, char *argv[])
|
|||||||
w.show();
|
w.show();
|
||||||
|
|
||||||
a.setApplicationName("Speech-To-Text");
|
a.setApplicationName("Speech-To-Text");
|
||||||
a.setOrganizationName("Lantia IT");
|
a.setOrganizationName("Potaris IT | Yannik Schmidt");
|
||||||
a.setOrganizationDomain("lantia-it.de");
|
a.setOrganizationDomain("potaris.de");
|
||||||
|
|
||||||
return a.exec();
|
return a.exec();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user