mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Reformat and remove unused imports
This commit is contained in:
parent
9c9a7bbf97
commit
77356c0ebb
5 changed files with 84 additions and 106 deletions
|
|
@ -40,8 +40,8 @@ namespace WM {
|
|||
class ArdourDialog : public Gtk::Dialog, public ARDOUR::SessionHandlePtr
|
||||
{
|
||||
public:
|
||||
ArdourDialog (std::string title, bool modal = false, bool use_separator = false);
|
||||
ArdourDialog (Gtk::Window& parent, std::string title, bool modal = false, bool use_separator = false);
|
||||
explicit ArdourDialog (const std::string& title, bool modal = false, bool use_separator = false);
|
||||
ArdourDialog (Gtk::Window& parent, const std::string& title, bool modal = false, bool use_separator = false);
|
||||
~ArdourDialog();
|
||||
|
||||
bool on_focus_in_event (GdkEventFocus*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue