Limit the recusrion depth, direction and file count of the search for CLUT files.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user