forked from qt-creator/qt-creator
Macros: Use new settings page convenience
Change-Id: I42caad4311d4238310a767543acafe0a142917f4 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -50,10 +50,8 @@ using namespace Macros;
|
||||
using namespace Macros::Internal;
|
||||
|
||||
|
||||
MacroOptionsWidget::MacroOptionsWidget(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
m_ui(new Ui::MacroOptionsWidget),
|
||||
m_changingCurrent(false)
|
||||
MacroOptionsWidget::MacroOptionsWidget() :
|
||||
m_ui(new Ui::MacroOptionsWidget)
|
||||
{
|
||||
m_ui->setupUi(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user