mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
*.key extension added to key import dialog
This commit is contained in:
parent
f84738b003
commit
e5b7e4ab54
@ -202,7 +202,7 @@ void MainWindow::showDetailsKey(QListViewItem *item)
|
||||
void MainWindow::loadKey()
|
||||
{
|
||||
QStringList filt;
|
||||
filt.append( "PKI Keys ( *.pem *.der )");
|
||||
filt.append( "PKI Keys ( *.pem *.der *.key )");
|
||||
filt.append( "PKCS#8 Keys ( *.p8 *.pk8 )");
|
||||
filt.append( "All Files ( *.* )");
|
||||
QString s="";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user