Gui: [skip ci] use full namespace of AccelLineEdit

This commit is contained in:
wmayer
2022-11-16 23:26:08 +01:00
parent 4067cc158f
commit 955eeb4775
2 changed files with 6 additions and 6 deletions

View File

@@ -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())

View File

@@ -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