fixed basic functionality of RsCollectionModel

This commit is contained in:
csoler 2024-02-28 21:56:38 +01:00
parent 885eb640dc
commit 2ed72a146b
4 changed files with 141 additions and 44 deletions

View file

@ -40,7 +40,7 @@ public:
static bool openExistingCollection(const QString& fileName, bool readOnly = false, bool showError = true);
protected:
bool eventFilter(QObject *obj, QEvent *ev);
//bool eventFilter(QObject *obj, QEvent *ev);
RsCollectionDialog(const QString& filename, const bool& creation, const bool& readOnly = false) ;