ScreenTranslator/Utils.h

11 lines
143 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);
2015-10-11 22:33:19 +07:00
QList<int> proxyTypeOrder ();
2015-10-10 18:45:57 +07:00
#endif // UTILS_H