filedata.h: Model of files table in database
此提交包含在:
13
cli/filedata.h
一般檔案
13
cli/filedata.h
一般檔案
@ -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
|
新增問題並參考
封鎖使用者