mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Fixed Debian 7 compile error.
This commit is contained in:
parent
cc4dbb1fc8
commit
06fec63c87
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ void lcQPreferencesDialog::UpdateMouseTree()
|
|||
|
||||
void lcQPreferencesDialog::UpdateMouseTreeItem(int ItemIndex)
|
||||
{
|
||||
auto GetShortcutText = [](Qt::MouseButton Button, Qt::KeyboardModifiers Modifiers)
|
||||
auto GetShortcutText = [this](Qt::MouseButton Button, Qt::KeyboardModifiers Modifiers)
|
||||
{
|
||||
QString Shortcut = QKeySequence(Modifiers).toString(QKeySequence::NativeText);
|
||||
|
||||
|
|
Loading…
Reference in a new issue