mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
prepare time column in recent session
This commit is contained in:
parent
f1be9114c2
commit
c510d8a49d
2 changed files with 8 additions and 0 deletions
|
|
@ -115,12 +115,14 @@ class SessionDialog : public ArdourDialog {
|
|||
add (fullpath);
|
||||
add (sample_rate);
|
||||
add (disk_format);
|
||||
add (time_modified);
|
||||
}
|
||||
Gtk::TreeModelColumn<std::string> visible_name;
|
||||
Gtk::TreeModelColumn<std::string> tip;
|
||||
Gtk::TreeModelColumn<std::string> fullpath;
|
||||
Gtk::TreeModelColumn<std::string> sample_rate;
|
||||
Gtk::TreeModelColumn<std::string> disk_format;
|
||||
Gtk::TreeModelColumn<int64_t> time_modified;
|
||||
};
|
||||
|
||||
RecentSessionModelColumns recent_session_columns;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue