mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Replace PBD::Signals (2/2)
This commit is contained in:
parent
2d7cce44f1
commit
2339b4dfdc
49 changed files with 76 additions and 76 deletions
|
|
@ -86,9 +86,9 @@ public:
|
|||
/** signal emitted when mootcher reports progress updates during download.
|
||||
* The parameters are current and total numbers of bytes downloaded.
|
||||
*/
|
||||
PBD::Signal2<void, double, double> Progress;
|
||||
PBD::Signal<void(double, double)> Progress;
|
||||
/** signal emitted when the mootcher has finished downloading. */
|
||||
PBD::Signal0<void> Finished;
|
||||
PBD::Signal<void()> Finished;
|
||||
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue