Track position in profile list builder implicitly instead of explicity to make it harder to add inconsistencies.

This commit is contained in:
Adam Reichold
2015-12-06 10:12:32 +01:00
parent 333f9013dd
commit a5f62bcbf8
2 changed files with 11 additions and 12 deletions

View File

@@ -218,7 +218,7 @@ protected:
Glib::RefPtr<Gtk::TreeStore> refTreeModel;
MethodColumns methodColumns;
void refreshProfileList_ (Gtk::TreeModel::Row *parentRow, int parentFolderId, bool initial, const std::vector<const ProfileStoreEntry*> *entryList);
void refreshProfileList_ (Gtk::TreeModel::Row *parentRow, int parentFolderId, const std::vector<const ProfileStoreEntry*> *entryList);
Gtk::TreeIter findRowFromEntry_ (Gtk::TreeModel::Children childs, const ProfileStoreEntry *pse);
Gtk::TreeIter findRowFromFullPath_(Gtk::TreeModel::Children childs, int parentFolderId, Glib::ustring &name);