mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
Minor updates for PathList and OptionEditor.
git-svn-id: svn://localhost/ardour2/trunk@694 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f8f8497330
commit
690e04ed42
4 changed files with 15 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ class PathList : public Gtk::VBox
|
|||
std::vector<std::string> get_paths ();
|
||||
void set_paths (std::vector<std::string> paths);
|
||||
|
||||
sigc::signal<void> paths_updated;
|
||||
sigc::signal<void> PathsUpdated;
|
||||
|
||||
protected:
|
||||
Gtk::Button add_btn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue