Add newlines to the end of all files
This commit is contained in:
@@ -152,4 +152,4 @@ struct SCurveEditorContent
|
||||
}
|
||||
|
||||
TCurveEditorCurves m_curves;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -81,4 +81,4 @@ struct SCurveEditorContent
|
||||
}
|
||||
|
||||
TCurveEditorCurves m_curves;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -151,4 +151,4 @@ private:
|
||||
Vec2 m_translation;
|
||||
TRange<SAnimTime> m_timeRange;
|
||||
Range m_valueRange;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -306,4 +306,4 @@ bool QParentWndWidget::focusNextPrevChild(bool next)
|
||||
return true;
|
||||
}
|
||||
|
||||
#include <moc_QParentWndWidget.cpp>
|
||||
#include <moc_QParentWndWidget.cpp>
|
||||
|
||||
Reference in New Issue
Block a user