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

@@ -10,8 +10,7 @@ enum class LineStyle{
DOTTED_LINE
};
class IntelliToolLine : public IntelliTool
{
class IntelliToolLine : public IntelliTool{
QPoint start;
int lineWidth;
LineStyle lineStyle;