#ifndef MESH_PAINTER_H #define MESH_PAINTER_H #include class MeshProcessorPainter { Q_OBJECT public slots: void paint(); }; #endif