Browse Source

Comente el test_cypher2()

SaraB 7 years ago
parent
commit
2db32c8bde
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      main.cpp

+ 1
- 1
main.cpp View File

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