push thatv thing

This commit is contained in:
Jan Schuffenhauer
2020-01-17 08:56:00 +01:00
parent 5b94ffda3c
commit 3af7470a05
10 changed files with 14 additions and 400 deletions

View File

@@ -96,10 +96,10 @@ void IntelliTool::deleteToolLayer(){
this->Canvas = nullptr;
}
IntelliTool::Tooltype IntelliTool::getTooltype(){
IntelliTool::Tooltype IntelliTool::getTooltype() const{
return ActiveType;
}
bool IntelliTool::getIsDrawing(){
bool IntelliTool::getIsDrawing() const{
return isDrawing;
}