Code Style Update

- Everything is beautiful now
This commit is contained in:
2019-12-13 09:13:19 +01:00
parent 9f9315c8a4
commit fbffc331d4
8 changed files with 23 additions and 67 deletions

View File

@@ -4,8 +4,7 @@
#include "IntelliTool.h"
#include "QColor"
class IntelliToolPlainTool : public IntelliTool
{
class IntelliToolPlainTool : public IntelliTool{
public:
IntelliToolPlainTool(PaintingArea *Area, IntelliColorPicker* colorPicker);