mod_geo-tp/src/mesh_processor_painter.h

15 lines
148 B
C
Raw Normal View History

2021-10-02 20:47:02 +02:00
#ifndef MESH_PAINTER_H
#define MESH_PAINTER_H
#include <QObject>
class MeshProcessorPainter {
Q_OBJECT
public slots:
void paint();
};
#endif