mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdeui: build fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9338606754
commit
cc338a8f3b
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ KShortcut KAction::shortcut(ShortcutTypes type) const
|
|||
property("defaultAlternateShortcut").value<QKeySequence>()
|
||||
);
|
||||
}
|
||||
const QList cuts = shortcuts();
|
||||
const QList<QKeySequence> cuts = shortcuts();
|
||||
return KShortcut(cuts.value(0), cuts.value(1));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue