Skip to content

Commit 0b6e368

Browse files
committedMar 20, 2024
Update LICENSE and organization
1 parent 8c15a5f commit 0b6e368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎gui/src/main.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ int main(int argc, char *argv[])
4141
#endif
4242
qputenv("QT_QUICK_CONTROLS_STYLE","Basic");
4343
QGuiApplication::setWindowIcon(QIcon("qrc:/res/image/icons8-maple-leaf-48.ico"));
44-
QGuiApplication::setOrganizationName("YunhuangLiu");
45-
QGuiApplication::setOrganizationDomain("https://github.com/Yunhuang-Liu");
44+
QGuiApplication::setOrganizationName("EvansLiu");
45+
QGuiApplication::setOrganizationDomain("https://github.com/Practice3DVision");
4646
QGuiApplication::setApplicationName("SLMasterGui");
4747
SettingsHelper::instance()->init("SLMasterGui");
4848
if(SettingsHelper::instance()->getRender() == "SoftWare") {

0 commit comments

Comments
 (0)