mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
add "last modified" column to session-dialog
This commit is contained in:
parent
6c43ca5334
commit
1fb38a416a
2 changed files with 19 additions and 2 deletions
|
|
@ -116,6 +116,7 @@ class SessionDialog : public ArdourDialog {
|
|||
add (sample_rate);
|
||||
add (disk_format);
|
||||
add (time_modified);
|
||||
add (time_formatted);
|
||||
}
|
||||
Gtk::TreeModelColumn<std::string> visible_name;
|
||||
Gtk::TreeModelColumn<std::string> tip;
|
||||
|
|
@ -123,6 +124,7 @@ class SessionDialog : public ArdourDialog {
|
|||
Gtk::TreeModelColumn<std::string> sample_rate;
|
||||
Gtk::TreeModelColumn<std::string> disk_format;
|
||||
Gtk::TreeModelColumn<int64_t> time_modified;
|
||||
Gtk::TreeModelColumn<std::string> time_formatted;
|
||||
};
|
||||
|
||||
RecentSessionModelColumns recent_session_columns;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue