Refractoring of "Rechteck" to "rectangle"

This commit is contained in:
2019-12-18 12:42:10 +01:00
parent 21ade76563
commit 5534522440
4 changed files with 23 additions and 23 deletions

View File

@@ -14,12 +14,12 @@
#include "Tool/IntelliToolPlain.h"
#include "Tool/IntelliToolLine.h"
#include "Tool/IntelliToolCircle.h"
#include "Tool/IntelliToolRechteck.h"
#include "Tool/IntelliToolRectangle.h"
PaintingArea::PaintingArea(int maxWidth, int maxHeight, QWidget *parent)
:QWidget(parent){
//test yout tool here and reset after accomplished test
this->Tool = new IntelliToolRechteck(this, &colorPicker);
this->Tool = new IntelliToolRectangle(this, &colorPicker);
this->setUp(maxWidth, maxHeight);
//tetsing
this->addLayer(200,200,0,0,ImageType::Shaped_Image);