fix(buttonrow): restore private specifier removed by clang-format
This commit is contained in:
@@ -28,6 +28,8 @@ class ButtonRow : public QQuickItem {
|
||||
private slots:
|
||||
void invalidate();
|
||||
|
||||
// NOLINTNEXTLINE(readability-redundant-access-specifiers)
|
||||
private:
|
||||
void relayout();
|
||||
static qreal getMorphExpansion(const QQuickItem* item);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user