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
 int main(int argc, char *argv[])
7
 int main(int argc, char *argv[])
8
 {
8
 {
9
     //test_cypher1();
9
     //test_cypher1();
10
-    test_cypher2();
10
+    //test_cypher2();
11
     QApplication a(argc, argv);
11
     QApplication a(argc, argv);
12
     MainWindow w;
12
     MainWindow w;
13
     w.show();
13
     w.show();