1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

Compile++

svn path=/trunk/playground/utils/dolphin/; revision=608457
This commit is contained in:
Laurent Montel 2006-11-27 16:12:01 +00:00
parent 6839b99e1c
commit 46762a81b9

View File

@ -472,7 +472,7 @@ void UrlNavigator::updateContent()
QString path(url().pathOrUrl());
const KAction* action = Dolphin::mainWin().actionCollection()->action("editable_location");
// TODO: registry of default shortcuts
QString shortcut = action? action->shortcutText() : "Ctrl+L";
QString shortcut = action? action->shortcut().toString() : "Ctrl+L";
if (m_toggleButton->isChecked()) {
delete m_protocols; m_protocols = 0;
delete m_protocolSeparator; m_protocolSeparator = 0;