aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index b556dda..2f5722e 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1083,9 +1083,11 @@ void MainWindow::refreshKeysFromKeyserver()
void MainWindow::uploadKeyToServer()
{
QByteArray *keyArray = new QByteArray();
- mCtx->exportKeys(mKeyList->getSelected(), keyArray);
- mKeyList->uploadKeyToServer(keyArray);
+ // TODO:
+ //mCtx->exportKeys(mKeyList->getSelected(), keyArray);
+
+ //mKeyList->uploadKeyToServer(keyArray);
}
void MainWindow::fileEncrypt()