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/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 8fe2c64..c7b6259 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,7 +37,7 @@ static QApplication * app; #define SSTR(X) STR(X) #define STR(X) #X -static QDir derive_dir(QDir const & parent, QString subdir) +static QDir derive_dir(QDir const & parent, QString const & subdir) { QDir child = parent; if(not child.mkpath(subdir)) { -- cgit v1.2.3