From 54c4fc7b36fea598d3b35ff9d00c451eefcaf710 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Wed, 30 Dec 2020 16:01:26 +0100 Subject: const-reference large types --- src/certificatehelper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/certificatehelper.hpp') diff --git a/src/certificatehelper.hpp b/src/certificatehelper.hpp index e395666..90cb526 100644 --- a/src/certificatehelper.hpp +++ b/src/certificatehelper.hpp @@ -11,7 +11,7 @@ struct CertificateHelper static CryptoIdentity createNewIdentity( QString const & common_name, - QDateTime expiry_date); + QDateTime const & expiry_date); }; #endif // CERTIFICATEHELPER_HPP -- cgit v1.2.3