filedata.h: Model of files table in database
Esse commit está contido em:
pai
664268fa7c
commit
8622717ded
13
cli/filedata.h
Arquivo normal
13
cli/filedata.h
Arquivo 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
|
Carregando…
x
Referência em uma nova issue
Block a user