mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04: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