mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 11:50:31 +02:00
Code Style Update
- Everything is beautiful now
This commit is contained in:
@@ -10,8 +10,7 @@ enum class LineStyle{
|
||||
DOTTED_LINE
|
||||
};
|
||||
|
||||
class IntelliToolLine : public IntelliTool
|
||||
{
|
||||
class IntelliToolLine : public IntelliTool{
|
||||
QPoint start;
|
||||
int lineWidth;
|
||||
LineStyle lineStyle;
|
||||
|
||||
Reference in New Issue
Block a user