filedata.h: Model of files table in database
Dieser Commit ist enthalten in:
13
cli/filedata.h
Normale Datei
13
cli/filedata.h
Normale Datei
@ -0,0 +1,13 @@
|
|||||||
|
#ifndef FILEDATA_H
|
||||||
|
#define FILEDATA_H
|
||||||
|
#include <QString>
|
||||||
|
class FileData
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
QString absPath;
|
||||||
|
uint mtime;
|
||||||
|
uint size;
|
||||||
|
QChar filetype;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // FILEDATA_H
|
In neuem Issue referenzieren
Einen Benutzer sperren