mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-31 08:14:29 -04: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