mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 20:55:42 +08:00
Fix clang-tidy and clazy warnings
This commit is contained in:
@@ -232,7 +232,7 @@ namespace BlackGui
|
||||
bool hasAnyWidthPercentage() const;
|
||||
|
||||
//! Set the width percentages
|
||||
void setWidthPercentages(const QList<int> percentages);
|
||||
void setWidthPercentages(const QList<int> &percentages);
|
||||
|
||||
//! Calculate the absolute width
|
||||
QList<int> calculateWidths(int totalWidth) const;
|
||||
|
||||
Reference in New Issue
Block a user