Skip to content

Commit

Permalink
Update LICENSE and organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Practice3DVision committed Mar 20, 2024
1 parent 8c15a5f commit 0b6e368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ int main(int argc, char *argv[])
#endif
qputenv("QT_QUICK_CONTROLS_STYLE","Basic");
QGuiApplication::setWindowIcon(QIcon("qrc:/res/image/icons8-maple-leaf-48.ico"));
QGuiApplication::setOrganizationName("YunhuangLiu");
QGuiApplication::setOrganizationDomain("https://github.com/Yunhuang-Liu");
QGuiApplication::setOrganizationName("EvansLiu");
QGuiApplication::setOrganizationDomain("https://github.com/Practice3DVision");
QGuiApplication::setApplicationName("SLMasterGui");
SettingsHelper::instance()->init("SLMasterGui");
if(SettingsHelper::instance()->getRender() == "SoftWare") {
Expand Down

0 comments on commit 0b6e368

Please sign in to comment.