aboutsummaryrefslogtreecommitdiff
path: root/src/dialogs/certificateselectiondialog.hpp
diff options
context:
space:
mode:
authorKarol Kosek <krkk@krkk.ct8.pl>2020-12-30 16:01:26 +0100
committerFelix Queißner <felix@ib-queissner.de>2020-12-30 20:31:39 +0100
commit54c4fc7b36fea598d3b35ff9d00c451eefcaf710 (patch)
tree58f9ae4abb520e774fef4ece031b03bbb4c4fa24 /src/dialogs/certificateselectiondialog.hpp
parent07a4ddc230c11c7249acd4c0363c6075e939f11b (diff)
downloadkristall-54c4fc7b36fea598d3b35ff9d00c451eefcaf710.tar.gz
const-reference large types
Diffstat (limited to 'src/dialogs/certificateselectiondialog.hpp')
-rw-r--r--src/dialogs/certificateselectiondialog.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/certificateselectiondialog.hpp b/src/dialogs/certificateselectiondialog.hpp
index e628f5c..117e991 100644
--- a/src/dialogs/certificateselectiondialog.hpp
+++ b/src/dialogs/certificateselectiondialog.hpp
@@ -41,7 +41,7 @@ private slots:
private:
//! Creates an anonymous identity with a randomly chosen name that
//! will time out on `timeout`, then accepts the dialog.
- void acceptTemporaryWithTimeout(QDateTime timeout);
+ void acceptTemporaryWithTimeout(const QDateTime &timeout);
void on_currentChanged(const QModelIndex &current, const QModelIndex &previous);