ScreenTranslator/Utils.h
2015-10-10 14:45:57 +03:00

9 lines
112 B
C

#ifndef UTILS_H
#define UTILS_H
#include <QString>
QString encode (const QString &source);
#endif // UTILS_H