]> Shamusworld >> Repos - architektonas/blobdiff - src/penwidget.h
Added miscellaneous features.
[architektonas] / src / penwidget.h
index 7f096d94ab750a0a753675ab49ceaedf27f7b9c9..11dcdcf44b67097a3f5436c8ba1e14ab5f08cdb2 100644 (file)
@@ -35,6 +35,7 @@ class PenWidget: public QWidget
                QLineEdit * blue;
                QComboBox * style;
                int r, g, b;
+               bool programChange;
 };
 
 #endif // __PENWIDGET_H__