filedata.h: Model of files table in database
Cette révision appartient à :
Parent
c248cf8368
révision
6565d94075
13
cli/filedata.h
Fichier normal
13
cli/filedata.h
Fichier normal
@ -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
|
Chargement…
Référencer dans un nouveau ticket
Block a user