Automated Release Preparation

This commit is contained in:
2020-01-16 22:55:15 +01:00
parent 5b94ffda3c
commit 83201fe714
57 changed files with 2058 additions and 1600 deletions

View File

@@ -1,7 +1,7 @@
#include "IntelliColorPicker.h"
IntelliColorPicker::IntelliColorPicker(){
initializeColors();
initializeColors();
}
IntelliColorPicker::~IntelliColorPicker(){
@@ -29,6 +29,6 @@ void IntelliColorPicker::setSecondColor(QColor Color){
}
void IntelliColorPicker::initializeColors(){
this->firstColor = QColor(255,0,0,255);
this->secondColor = QColor(0,0,0,255);
this->firstColor = QColor(255,0,0,255);
this->secondColor = QColor(0,0,0,255);
}