Add newlines to the end of all files
This commit is contained in:
@@ -53,4 +53,4 @@ namespace DrawingPrimitives
|
||||
void DrawTicks(const std::vector<STick>& ticks, QPainter& painter, const QPalette& palette, const STickOptions& options);
|
||||
void DrawTicks(QPainter& painter, const QPalette& palette, const STickOptions& options);
|
||||
void DrawRuler(QPainter& painter, const QPalette& palette, const SRulerOptions& options, int* pRulerPrecision);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,4 +32,4 @@ namespace DrawingPrimitives
|
||||
};
|
||||
|
||||
void DrawTimeSlider(QPainter& painter, const QPalette& palette, const STimeSliderOptions& options);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user