mirror of
https://github.com/YACReader/yacreader
synced 2025-11-09 03:24:42 -05:00
Format code using clang-format
This commit is contained in:
@ -8,11 +8,11 @@ class LibraryItem : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
virtual bool isDir() const = 0;
|
||||
LibraryItem & operator=(const LibraryItem & other);
|
||||
QString name;
|
||||
QString path;
|
||||
qulonglong parentId;
|
||||
qulonglong id;
|
||||
LibraryItem &operator=(const LibraryItem &other);
|
||||
QString name;
|
||||
QString path;
|
||||
qulonglong parentId;
|
||||
qulonglong id;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user