start of unit test

This commit is contained in:
Jonas Mucke
2020-01-12 20:23:39 +01:00
parent 573cabf448
commit 5a05aa4a19
21 changed files with 180 additions and 97 deletions

View File

@@ -3,10 +3,15 @@
#include "IntelliTool.h"
#include "QColor"
//for unit testing
class UnitTest;
/*!
* \brief The IntelliToolPlainTool class represents a tool to fill the whole canvas with one color.
*/
class IntelliToolPlainTool : public IntelliTool {
friend UnitTest;
public:
/*!
* \brief A constructor setting the general paintingArea and colorPicker.