mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
updated Folder class
This commit is contained in:
@ -6,11 +6,11 @@
|
||||
class LibraryItem
|
||||
{
|
||||
public:
|
||||
virtual bool isDir() = 0;
|
||||
virtual bool isDir() const = 0;
|
||||
QString name;
|
||||
QString path;
|
||||
qulonglong parentId;
|
||||
qulonglong id;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user