#pragma once #include namespace Util { QString& trimQuotes(QString&& string, bool& trimmed); QString& trimQuotes(const QString& string, bool& trimmed); }