mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Undelete not working
This commit is contained in:
parent
af0e0a75b9
commit
add9f50e29
@ -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;
|
||||
|
||||
@ -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()));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user