mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Clean up slider-controller includes
This commit is contained in:
parent
3c524098b4
commit
dad32d8b11
9 changed files with 27 additions and 15 deletions
|
|
@ -39,8 +39,6 @@
|
|||
|
||||
#include "pbd/configuration.h"
|
||||
|
||||
#include "widgets/slider_controller.h"
|
||||
|
||||
#include "actions.h"
|
||||
#include "ardour_window.h"
|
||||
#include "audio_clock.h"
|
||||
|
|
@ -64,6 +62,7 @@
|
|||
|
||||
namespace ArdourWidgets {
|
||||
class Frame;
|
||||
class HSliderController;
|
||||
}
|
||||
|
||||
class OptionEditorPage;
|
||||
|
|
@ -601,7 +600,7 @@ public:
|
|||
void set_state_from_config ();
|
||||
void add_to_page (OptionEditorPage *);
|
||||
|
||||
Gtk::Widget& tip_widget() { return *_db_slider; }
|
||||
Gtk::Widget& tip_widget();
|
||||
|
||||
private:
|
||||
void db_changed ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue