Gui: [skip ci] use full namespace of AccelLineEdit
This commit is contained in:
@@ -282,8 +282,8 @@ DlgCustomKeyboardImp::initCommandWidgets(QTreeWidget *commandTreeWidget,
|
||||
QTreeWidget *priorityList,
|
||||
QAbstractButton *buttonUp,
|
||||
QAbstractButton *buttonDown,
|
||||
AccelLineEdit *editShortcut,
|
||||
AccelLineEdit *currentShortcut)
|
||||
Gui::AccelLineEdit *editShortcut,
|
||||
Gui::AccelLineEdit *currentShortcut)
|
||||
{
|
||||
initCommandCompleter(editCommand, comboGroups, commandTreeWidget, separatorItem);
|
||||
auto conn = initCommandList(commandTreeWidget, separatorItem, comboGroups);
|
||||
@@ -313,8 +313,8 @@ DlgCustomKeyboardImp::initCommandWidgets(QTreeWidget *commandTreeWidget,
|
||||
}
|
||||
|
||||
void DlgCustomKeyboardImp::populatePriorityList(QTreeWidget *priorityList,
|
||||
AccelLineEdit *editor,
|
||||
AccelLineEdit *curShortcut)
|
||||
Gui::AccelLineEdit *editor,
|
||||
Gui::AccelLineEdit *curShortcut)
|
||||
{
|
||||
QByteArray current;
|
||||
if (auto currentItem = priorityList->currentItem())
|
||||
|
||||
@@ -81,8 +81,8 @@ public:
|
||||
QTreeWidget *priorityList = nullptr,
|
||||
QAbstractButton *buttonUp = nullptr,
|
||||
QAbstractButton *buttonDown = nullptr,
|
||||
AccelLineEdit *editShortcut = nullptr,
|
||||
AccelLineEdit *currentShortcut = nullptr);
|
||||
Gui::AccelLineEdit *editShortcut = nullptr,
|
||||
Gui::AccelLineEdit *currentShortcut = nullptr);
|
||||
|
||||
protected:
|
||||
/** @name Internal helper function for handling command list widgets
|
||||
|
||||
Reference in New Issue
Block a user