From 893c32ea6f5af151dcd98b86c7a470c1c9483253 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 28 Sep 2022 11:12:03 -0500 Subject: [PATCH] some organization --- src/songsqlmodel.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/songsqlmodel.h b/src/songsqlmodel.h index 1d2b60f..9c09252 100644 --- a/src/songsqlmodel.h +++ b/src/songsqlmodel.h @@ -62,8 +62,10 @@ public: Q_INVOKABLE void updateVerseOrder(const int &row, const QString &vorder); Q_INVOKABLE void updateBackground(const int &row, const QString &background); Q_INVOKABLE void updateBackgroundType(const int &row, const QString &backgroundType); - Q_INVOKABLE void updateHorizontalTextAlignment(const int &row, const QString &horizontalTextAlignment); - Q_INVOKABLE void updateVerticalTextAlignment(const int &row, const QString &horizontalTextAlignment); + Q_INVOKABLE void updateHorizontalTextAlignment(const int &row, + const QString &horizontalTextAlignment); + Q_INVOKABLE void updateVerticalTextAlignment(const int &row, + const QString &horizontalTextAlignment); Q_INVOKABLE void updateFont(const int &row, const QString &font); Q_INVOKABLE void updateFontSize(const int &row, const int &fontSize);