1391:5fa4bf1fc781 | 1392:0541d9b21968 |
---|---|
24 #include "documentmanager.h" | 24 #include "documentmanager.h" |
25 #include "grid.h" | 25 #include "grid.h" |
26 #include "algorithms/invert.h" | 26 #include "algorithms/invert.h" |
27 #include "generics/ring.h" | 27 #include "generics/ring.h" |
28 | 28 |
29 void checkGLError(HierarchyElement* element, QString file, int line) | 29 void checkGLError(QString file, int line) |
30 { | 30 { |
31 struct ErrorInfo | 31 struct ErrorInfo |
32 { | 32 { |
33 GLenum value; | 33 GLenum value; |
34 QString text; | 34 QString text; |