Browse Source

'登录调整'

zsf 1 year ago
parent
commit
19c6b4ccbd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ExpertClient/main.cpp

+ 0 - 1
ExpertClient/main.cpp

@@ -44,7 +44,6 @@ int main(int argc, char *argv[])
     a.setWindowIcon(icon);
 
     MainWindow w;
-
     // 居中显示窗体
     w.move((QApplication::primaryScreen()->availableGeometry().width() - w.width()) / 2,
            (QApplication::primaryScreen()->availableGeometry().height() - w.height()) / 2);