diff --git a/PaintGui.h b/PaintGui.h index 7cc4aaf..c857afe 100644 --- a/PaintGui.h +++ b/PaintGui.h @@ -42,6 +42,12 @@ #include "variantmanager.h" #include "variantfactory.h" +/** + * The view components corresponding to a Paint (which is the model) in the interface. + * Mainly manages the property browser for the Paint. + * + * In other words the PaintGui is to Paint what Mapper is to Mapping. + */ class PaintGui : public QObject { Q_OBJECT