Improve file access on windows and mac OSX

This commit is contained in:
joshua
2020-01-09 10:26:10 +01:00
parent 3492540d53
commit 3d051419a5
5 changed files with 63 additions and 18 deletions

View File

@@ -19,6 +19,7 @@
#define FILEELEMENTCOLLECTIONITEM2_H
#include "elementcollectionitem.h"
#include "elementslocation.h"
/**
* @brief The FileElementCollectionItem class
@@ -59,6 +60,7 @@ class FileElementCollectionItem : public ElementCollectionItem
private:
QString m_path;
ElementsLocation m_location;
};
#endif // FILEELEMENTCOLLECTIONITEM2_H