RedPanda-CPP/RedPandaIDE/platform.h

8 lines
140 B
C
Raw Normal View History

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