Remove unused files
This commit is contained in:
parent
05771ca5e6
commit
f51dbcab43
2 changed files with 0 additions and 18 deletions
|
@ -1,6 +0,0 @@
|
||||||
#include "platformfiles.h"
|
|
||||||
|
|
||||||
PlatformFiles::PlatformFiles()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
#ifndef PLATFORMFILES_H
|
|
||||||
#define PLATFORMFILES_H
|
|
||||||
|
|
||||||
#include <QObject>
|
|
||||||
|
|
||||||
class PlatformFiles
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
PlatformFiles();
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // PLATFORMFILES_H
|
|
Loading…
Reference in a new issue