mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 16:07:49 +01:00
[Summary] Progressing TRACKS specific import dialog
This commit is contained in:
parent
5aff2bacb8
commit
d25ea799f4
1 changed files with 2 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ private:
|
|||
|
||||
void click_emphasis_browse_clicked ()
|
||||
{
|
||||
/* TRACKs does not use it.
|
||||
SoundFileChooser sfdb (_("Choose Click Emphasis"));
|
||||
|
||||
sfdb.show_all ();
|
||||
|
|
@ -256,6 +257,7 @@ private:
|
|||
if (sfdb.run () == RESPONSE_OK) {
|
||||
click_emphasis_chosen (sfdb.get_filename());
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
void click_emphasis_chosen (string const & path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue