filedata.h: Model of files table in database
这个提交包含在:
父节点
664268fa7c
当前提交
8622717ded
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
|
正在加载...
x
在新工单中引用
屏蔽一个用户