fixed a clang-formatting issue that was created during a merge (#1948)
This commit is contained in:
@@ -15,9 +15,8 @@ const QVector<QStringList>& ConfigShortcuts::captureShortcutsDefault(
|
||||
if (shortcutName != "TYPE_IMAGEUPLOADER") {
|
||||
addShortcut(shortcutName, b->tool()->description());
|
||||
if (shortcutName == "TYPE_COPY")
|
||||
m_shortcuts << (QStringList()
|
||||
<< "" << b->tool()->description()
|
||||
<< "Left Double-click");
|
||||
m_shortcuts << (QStringList() << "" << b->tool()->description()
|
||||
<< "Left Double-click");
|
||||
}
|
||||
delete b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user