xca/MainWindowX509Req.cpp
2002-02-14 20:52:02 +00:00

10 lines
187 B
C++

#include "MainWindow.h"
void MainWindow::newX509Req()
{
NewX509Req_UI *dlg = new NewX509Req_UI(this,0,true,0);
dlg->keyList->insertStringList(keys->getPrivateDesc());
dlg->exec();
}