mario-dns/funcs.h

12 lines
154 B
C++

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