Spectral/src/paintable.cpp

4 lines
83 B
C++

#include "paintable.h"
Paintable::Paintable(QObject *parent) : QObject(parent) {}