mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:23:09 +02:00
13 lines
224 B
C++
13 lines
224 B
C++
#ifndef hifi_AvatarProjectFile_h
|
|
#define hifi_AvatarProjectFile_h
|
|
|
|
#include <QObject>
|
|
|
|
class ProjectFilePath {
|
|
Q_GADGET;
|
|
public:
|
|
QString absolutePath;
|
|
QString relativePath;
|
|
};
|
|
|
|
#endif // hifi_AvatarProjectFile_h
|