src/glcompiler.h

changeset 1400
ae83213bdd63
parent 1392
0541d9b21968
child 1427
b7ba2af33c13
--- 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();

mercurial