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