Fix singleton class ownership

We shouldn't allow Qt parent ownership in here.
This commit is contained in:
Chocobo1
2020-02-07 15:19:23 +08:00
parent fa43dab3a2
commit a6cdba17f0
3 changed files with 5 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ public:
CUSTOM_LOCATION
};
static bool initInstance(QObject *parent = nullptr);
static void initInstance();
static void freeInstance();
static ScanFoldersModel *instance();