tst_ContainerApiSymmetry: follow file's style for assign() tests
We use a single line per test slot everywhere else, ignoring even
line-length limitations, to keep the function names aligned for easier
parsing.
Amends 7cbdc8abbd
.
Change-Id: Iaf2941aae88392d407d688fc4a7537fcdc0a5851
Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
edc953948c
commit
4eea3f857c
@ -336,10 +336,8 @@ private:
|
||||
void assign_impl() const;
|
||||
|
||||
private Q_SLOTS:
|
||||
void assign_std_vector()
|
||||
{ assign_impl<std::vector<int>>(); };
|
||||
void assign_QVarLengthArray()
|
||||
{ assign_impl<QVarLengthArray<int, 4>>(); };
|
||||
void assign_std_vector() { assign_impl<std::vector<int>>(); };
|
||||
void assign_QVarLengthArray() { assign_impl<QVarLengthArray<int, 4>>(); };
|
||||
|
||||
private:
|
||||
template <typename Container>
|
||||
|
Loading…
Reference in New Issue
Block a user