소스 검색

Comente el test_cypher2()

SaraB 7 년 전
부모
커밋
2db32c8bde
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      main.cpp

+ 1
- 1
main.cpp 파일 보기

@@ -7,7 +7,7 @@ void test_cypher2();
7 7
 int main(int argc, char *argv[])
8 8
 {
9 9
     //test_cypher1();
10
-    test_cypher2();
10
+    //test_cypher2();
11 11
     QApplication a(argc, argv);
12 12
     MainWindow w;
13 13
     w.show();