Inital commit of the Komplex Hub
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef WALLPAPERMETADATA_H
|
||||
#define WALLPAPERMETADATA_H
|
||||
|
||||
#include "Komplex_global.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QByteArray>
|
||||
#include <QDateTime>
|
||||
|
||||
struct KOMPLEX_EXPORT WallpaperMetaData {
|
||||
QString uri;
|
||||
QString name;
|
||||
QString author;
|
||||
QString description;
|
||||
QString thumbnail;
|
||||
QDateTime installDate;
|
||||
};
|
||||
Q_DECLARE_METATYPE(WallpaperMetaData)
|
||||
|
||||
#endif // WALLPAPERMETADATA_H
|
||||
Reference in New Issue
Block a user