mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 20:36:01 +01:00
move UIConfigurationBase from libs/widgets to libs/gtkmm2ext (GUI side)
This commit is contained in:
parent
9d25f83e21
commit
92bbc7e9bc
3 changed files with 4 additions and 2 deletions
|
|
@ -63,6 +63,7 @@ using namespace ARDOUR_UI_UTILS;
|
|||
using namespace ArdourWidgets;
|
||||
using namespace PBD;
|
||||
using namespace Gtk;
|
||||
using namespace Gtkmm2ext;
|
||||
using namespace std;
|
||||
using namespace Temporal;
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@
|
|||
|
||||
using namespace Gtk;
|
||||
using namespace ARDOUR;
|
||||
using namespace Gtkmm2ext;
|
||||
using namespace ArdourWidgets;
|
||||
|
||||
bool LoudnessDialog::_first_time = true;
|
||||
|
|
|
|||
|
|
@ -39,12 +39,12 @@
|
|||
#include "pbd/xml++.h"
|
||||
|
||||
#include "gtkmm2ext/colors.h"
|
||||
#include "widgets/ui_config.h"
|
||||
#include "gtkmm2ext/ui_config.h"
|
||||
|
||||
#include "editing.h"
|
||||
#include "utils.h"
|
||||
|
||||
class UIConfiguration : public ArdourWidgets::UIConfigurationBase
|
||||
class UIConfiguration : public Gtkmm2ext::UIConfigurationBase
|
||||
{
|
||||
private:
|
||||
UIConfiguration ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue