mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +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)
|
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);
|
QString Shortcut = QKeySequence(Modifiers).toString(QKeySequence::NativeText);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue