aboutsummaryrefslogtreecommitdiffstats
path: root/keydetailsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keydetailsdialog.cpp')
-rw-r--r--keydetailsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keydetailsdialog.cpp b/keydetailsdialog.cpp
index a4ede02..8cff661 100644
--- a/keydetailsdialog.cpp
+++ b/keydetailsdialog.cpp
@@ -120,7 +120,7 @@ KeyDetailsDialog::KeyDetailsDialog(GpgME::GpgContext* ctx, gpgme_key_t key, QWid
QHBoxLayout *hboxFP = new QHBoxLayout();
hboxFP->addWidget(fingerPrintVarLabel);
- QIcon ico(":/button_copy.png");
+ QIcon ico(":button_copy.png");
QPushButton copyFingerprintButton(QIcon(ico.pixmap(12, 12)), "");
//copyFingerprintButton.setStyleSheet("QPushButton {border: 0px; } QPushButton:Pressed {} ");