summaryrefslogtreecommitdiffstats
path: root/src/crypt/cryptengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypt/cryptengine.cpp')
-rw-r--r--src/crypt/cryptengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypt/cryptengine.cpp b/src/crypt/cryptengine.cpp
index 32e33bb..2a943d5 100644
--- a/src/crypt/cryptengine.cpp
+++ b/src/crypt/cryptengine.cpp
@@ -96,8 +96,8 @@ void CryptEngine::oncipherSelected_triggered(int cipher)
}
else if( algorithm == "Caesar" )
{
-// delete m_cryptClass;
-// m_cryptClass = new CryptClassCaesar;
+ delete m_cryptClass;
+ m_cryptClass = new CryptClassCaesar;
qDebug("CryptEngine::oncipherSelected_triggered - Caesar");
}
else if( algorithm == "Cube" )