exifpanel: sort the list of exif tags
(cherry picked from commit 88e5ec5dc6a47d3a9cc751d2902aadc540ce0826)
This commit is contained in:
committed by
Lawrence Lee
parent
9735ba5768
commit
f62f6807a7
@@ -82,7 +82,7 @@ private:
|
||||
|
||||
const std::vector<std::pair<std::string, Glib::ustring>> editableTags;
|
||||
|
||||
Gtk::TreeModel::Children addTag(const std::string &key, const Glib::ustring &label, const Glib::ustring &value, bool editable, bool edited);
|
||||
void addTag(const std::string &key, const Glib::ustring &label, const Glib::ustring &value, bool editable, bool edited);
|
||||
void refreshTags();
|
||||
void resetIt(const Gtk::TreeModel::const_iterator& iter);
|
||||
void resetPressed();
|
||||
|
Reference in New Issue
Block a user