#ifndef FUNCS_H #define FUNCS_H #include namespace funcs { QString getValue(const QString &string, const QString &key); } #endif // FUNCS_H