Fix indentation

This commit is contained in:
Simon De Backer
2020-07-14 21:51:15 +02:00
committed by Laurent Trinques
parent 01d97246ce
commit 41b0434c20
2 changed files with 15 additions and 16 deletions

View File

@@ -96,7 +96,6 @@ class Diagram : public QGraphicsScene
/// margin around the diagram
static const qreal margin;
/// background color of diagram
static QColor background_color;
/// Hash containing max values for folio sequential autonums in this diagram
QHash <QString, QStringList> m_elmt_unitfolio_max;