#ifndef PLATFORM_H
#define PLATFORM_H
#include <QByteArray>
#include <QString>
QByteArray getDefaultSystemEncoding();
#endif // PLATFORM_H