4 lines
83 B
C++
4 lines
83 B
C++
#include "paintable.h"
|
|
|
|
Paintable::Paintable(QObject *parent) : QObject(parent) {}
|