From cf310dd45c069d44911ca187065f4931d7d8b483 Mon Sep 17 00:00:00 2001 From: Tats Date: Thu, 10 Dec 2015 16:54:53 -0500 Subject: [PATCH] Added comments to PaintGui --- PaintGui.h | 6 ++++++ 1 file changed, 6 insertions(+) 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