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