mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
fixed basic functionality of RsCollectionModel
This commit is contained in:
parent
885eb640dc
commit
2ed72a146b
4 changed files with 141 additions and 44 deletions
|
@ -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) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue