aboutsummaryrefslogtreecommitdiff
path: root/src/certificatemanagementdialog.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-18 19:28:19 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-18 19:28:19 +0200
commit151323b0c75464318881c3f96f2c3f558e63ca99 (patch)
treede02a710cf6109f6b53cef50953d5a5200cee343 /src/certificatemanagementdialog.cpp
parentfe7effa97f20a8c09c65617d8346b1c75d1f7a8e (diff)
downloadkristall-151323b0c75464318881c3f96f2c3f558e63ca99.tar.gz
Fixes warnings and compile errors that didn't trigger without recomple.
Diffstat (limited to 'src/certificatemanagementdialog.cpp')
-rw-r--r--src/certificatemanagementdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/certificatemanagementdialog.cpp b/src/certificatemanagementdialog.cpp
index f1f1453..a14a9a4 100644
--- a/src/certificatemanagementdialog.cpp
+++ b/src/certificatemanagementdialog.cpp
@@ -81,6 +81,7 @@ void CertificateManagementDialog::on_cert_notes_textChanged()
void CertificateManagementDialog::on_cert_display_name_textChanged(const QString &arg1)
{
+ Q_UNUSED(arg1)
if(this->selected_identity != nullptr) {
this->selected_identity->display_name = this->ui->cert_display_name->text();
}