8 lines
140 B
C
8 lines
140 B
C
|
#ifndef PLATFORM_H
|
||
|
#define PLATFORM_H
|
||
|
#include <QByteArray>
|
||
|
#include <QString>
|
||
|
|
||
|
QByteArray getDefaultSystemEncoding();
|
||
|
#endif // PLATFORM_H
|