Commit 95911ac67135f56dbc5248dc36b91e1c8da00c41
1 parent
9bd0b8c1
Removed whitespace in attribute distance
Showing
1 changed file
with
0 additions
and
1 deletions
openbr/plugins/distance.cpp
| ... | ... | @@ -396,7 +396,6 @@ BR_REGISTER(Distance, OnlineDistance) |
| 396 | 396 | */ |
| 397 | 397 | class AttributeDistance : public Distance |
| 398 | 398 | { |
| 399 | - | |
| 400 | 399 | Q_OBJECT |
| 401 | 400 | Q_PROPERTY(QString targetAttribute READ get_targetAttribute WRITE set_targetAttribute RESET reset_targetAttribute STORED false) |
| 402 | 401 | Q_PROPERTY(QString queryAttribute READ get_queryAttribute WRITE set_queryAttribute RESET reset_queryAttribute STORED false) | ... | ... |