mirror of
https://github.com/YACReader/yacreader
synced 2025-12-08 02:12:48 -05:00
merged develop
This commit is contained in:
@ -7,7 +7,7 @@ class LibraryItem : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
virtual bool isDir() = 0;
|
||||
virtual bool isDir() const = 0;
|
||||
LibraryItem & operator=(const LibraryItem & other);
|
||||
QString name;
|
||||
QString path;
|
||||
|
||||
Reference in New Issue
Block a user