From 3091acb56cac454d240bc166c1ab4ad16a0409d7 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sun, 11 Oct 2015 13:18:03 +0200 Subject: Move trimQuotes into new Util namespace --- src/Util.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/Util.hpp (limited to 'src/Util.hpp') diff --git a/src/Util.hpp b/src/Util.hpp new file mode 100644 index 0000000..b0d1f78 --- /dev/null +++ b/src/Util.hpp @@ -0,0 +1,8 @@ +#pragma once + +#include + +namespace Util { + QString& trimQuotes(QString&& string, bool& trimmed); + QString& trimQuotes(const QString& string, bool& trimmed); +} -- cgit v1.2.3-54-g00ecf