mod_geo-tp/src/mesh_processor_painter.h
2021-10-02 20:47:02 +02:00

15 lines
148 B
C++

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