Undelete not working

This commit is contained in:
Christian Hohnstaedt 2018-03-02 16:05:37 +01:00
parent af0e0a75b9
commit add9f50e29
2 changed files with 1 additions and 3 deletions

View File

@ -688,8 +688,6 @@ void MainWindow::dump_database()
void MainWindow::undelete()
{
#warning undelete NOT WORKING!
qDebug("undelete NOT WORKING!");
#if 0
ImportMulti *dlgi = new ImportMulti(this);
db_header_t head;

View File

@ -150,7 +150,7 @@ void MainWindow::init_menu()
acList += extra->addAction(tr("C&hange DataBase password"), this,
SLOT(changeDbPass()));
acList += extra->addAction(tr("&Undelete items"), this,
SLOT(undelete()));
SLOT(undelete()))->setEnabled(false);
extra->addAction(tr("Generate DH parameter"), this,
SLOT(generateDHparam()));
extra->addAction(tr("OID Resolver"), resolver, SLOT(show()));