--- a/src/glcompiler.h Sun Jun 10 17:17:42 2018 +0300 +++ b/src/glcompiler.h Sun Jun 10 21:48:58 2018 +0300 @@ -59,17 +59,9 @@ }; void compileStaged(); - void compilePolygon( - LDPolygon& poly, - const QModelIndex& polygonOwnerIndex, - ObjectVboData& objectInfo - ); + void compilePolygon(LDPolygon& poly, const QModelIndex& polygonOwnerIndex, ObjectVboData& objectInfo); Q_SLOT void compileObject(const QModelIndex &index); - QColor getColorForPolygon( - LDPolygon& poly, - const QModelIndex& polygonOwnerIndex, - VboSubclass complement - ); + QColor getColorForPolygon(LDPolygon& poly, const QModelIndex& polygonOwnerIndex, VboSubclass complement); QColor indexColorForID (qint32 id) const; void needMerge(); Q_SLOT void recompile();