ScreenTranslator/Utils.h

9 lines
112 B
C
Raw Normal View History

2015-10-10 18:45:57 +07:00
#ifndef UTILS_H
#define UTILS_H
#include <QString>
QString encode (const QString &source);
#endif // UTILS_H