mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-13 22:13:58 +00:00
Code refactoring - clang-format
This commit is contained in:
@@ -91,8 +91,8 @@ void ShortcutsWidget::initInfoTable()
|
||||
m_table->setItem(i, 0, new QTableWidgetItem(description));
|
||||
|
||||
const auto key_sequence = identifier.isEmpty()
|
||||
? default_key_sequence
|
||||
: m_config.shortcut(identifier);
|
||||
? default_key_sequence
|
||||
: m_config.shortcut(identifier);
|
||||
#if defined(Q_OS_MACOS)
|
||||
QTableWidgetItem* item =
|
||||
new QTableWidgetItem(nativeOSHotKeyText(key_sequence));
|
||||
|
||||
Reference in New Issue
Block a user