mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Cleanup: toFormattedQString was not really used and just redirecting toQString
* marked deprecated * and replaced by toQString
This commit is contained in:
@@ -160,7 +160,7 @@ namespace BlackGui
|
||||
|
||||
void CHotkeyDialog::combinationSelectionChanged(const CHotkeyCombination &combination)
|
||||
{
|
||||
ui->pb_SelectedHotkey->setText(combination.toFormattedQString());
|
||||
ui->pb_SelectedHotkey->setText(combination.toQString());
|
||||
}
|
||||
|
||||
void CHotkeyDialog::combinationSelectionFinished(const CHotkeyCombination &combination)
|
||||
@@ -216,7 +216,7 @@ namespace BlackGui
|
||||
|
||||
void CHotkeyDialog::synchronizeSimpleSelection()
|
||||
{
|
||||
ui->pb_SelectedHotkey->setText(m_actionHotkey.getCombination().toFormattedQString());
|
||||
ui->pb_SelectedHotkey->setText(m_actionHotkey.getCombination().toQString());
|
||||
}
|
||||
|
||||
void CHotkeyDialog::synchronizeAdvancedSelection()
|
||||
|
||||
Reference in New Issue
Block a user