JonYang 1 일 전
부모
커밋
c98bf8427b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      View/die-bonder-ui/main.cpp

+ 1 - 0
View/die-bonder-ui/main.cpp

@@ -17,6 +17,7 @@ int main(int argc, char *argv[])
 {
     QApplication a(argc, argv);
 
+
     QSharedMemory sharedMem("SBTBonder");
     if (sharedMem.attach()) 
     {