aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/decode_as_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models/decode_as_model.cpp')
-rw-r--r--ui/qt/models/decode_as_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/models/decode_as_model.cpp b/ui/qt/models/decode_as_model.cpp
index 3851357856..0fde78eb82 100644
--- a/ui/qt/models/decode_as_model.cpp
+++ b/ui/qt/models/decode_as_model.cpp
@@ -421,7 +421,7 @@ bool DecodeAsModel::copyRow(int dst_row, int src_row)
QVector<int> roles;
roles << Qt::EditRole << Qt::BackgroundRole;
- emit dataChanged(index(dst_row, 0), index(dst_row, columnCount()), roles );
+ emit dataChanged(index(dst_row, 0), index(dst_row, columnCount()), roles);
return true;
}