浏览代码

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();