Scan clut folder: Don't check for unused profile

This commit is contained in:
heckflosse
2019-05-13 23:12:40 +02:00
parent ea2e9dd274
commit 141e9f632f
3 changed files with 17 additions and 13 deletions

View File

@@ -39,7 +39,8 @@ public:
const Glib::ustring& filename,
Glib::ustring& name,
Glib::ustring& extension,
Glib::ustring& profile_name
Glib::ustring& profile_name,
bool checkProfile = true
);
private: