Location timestamp changes - can now sort by location creation date: gtk part

This commit is contained in:
Nikolaus Gullotta 2019-07-22 15:47:17 -05:00
parent 7d4f72174c
commit 31ec8ce7d1
4 changed files with 33 additions and 3 deletions

View file

@ -79,6 +79,7 @@ protected:
Gtk::Entry name_entry;
Gtk::Label name_label;
Gtk::Label number_label;
Gtk::Label date_label;
Gtk::HBox start_hbox;
AudioClock start_clock;