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