Limit the recusrion depth, direction and file count of the search for CLUT files.

This commit is contained in:
Adam Reichold
2016-01-11 20:58:36 +01:00
parent b8aa69c8d5
commit cc585058ab
2 changed files with 91 additions and 46 deletions

View File

@@ -25,7 +25,7 @@ private:
ClutColumns();
};
int parseDir( Glib::ustring path, Gtk::TreeModel::Row *parentRow );
int parseDir (const Glib::ustring& path);
Gtk::TreeIter findRowByClutFilename( Gtk::TreeModel::Children childs, Glib::ustring filename );
Glib::RefPtr<Gtk::TreeStore> m_model;