13 lines
150 B
C
13 lines
150 B
C
|
#ifndef PLATFORMFILES_H
|
||
|
#define PLATFORMFILES_H
|
||
|
|
||
|
#include <QObject>
|
||
|
|
||
|
class PlatformFiles
|
||
|
{
|
||
|
public:
|
||
|
PlatformFiles();
|
||
|
};
|
||
|
|
||
|
#endif // PLATFORMFILES_H
|