summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 1a92de62..be1bef3c 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -517,7 +517,7 @@ void MainWindow::readyRead(bool finished = false) {
output = process->readAllStandardOutput();
if (finished && currentAction == GPG) {
lastDecrypt = output;
- if (useClipboard) { // && error.size() == 0
+ if (useClipboard) {
QClipboard *clip = QApplication::clipboard();
QStringList tokens = output.split("\n");
clip->setText(tokens[0]);