We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c15a5f commit 0b6e368Copy full SHA for 0b6e368
gui/src/main.cpp
@@ -41,8 +41,8 @@ int main(int argc, char *argv[])
41
#endif
42
qputenv("QT_QUICK_CONTROLS_STYLE","Basic");
43
QGuiApplication::setWindowIcon(QIcon("qrc:/res/image/icons8-maple-leaf-48.ico"));
44
- QGuiApplication::setOrganizationName("YunhuangLiu");
45
- QGuiApplication::setOrganizationDomain("https://github.com/Yunhuang-Liu");
+ QGuiApplication::setOrganizationName("EvansLiu");
+ QGuiApplication::setOrganizationDomain("https://github.com/Practice3DVision");
46
QGuiApplication::setApplicationName("SLMasterGui");
47
SettingsHelper::instance()->init("SLMasterGui");
48
if(SettingsHelper::instance()->getRender() == "SoftWare") {
0 commit comments