summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2022-06-29 22:05:47 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2022-06-29 22:05:47 -0400
commite2e5e4926e1838918bad50a6576eddc5e0471cb9 (patch)
tree0400a86d69ab19b54df92a44fdeaf8ba54d4cf26 /src
parentSimplify space notification options (diff)
downloadnheko-e2e5e4926e1838918bad50a6576eddc5e0471cb9.tar.xz
make lint
Diffstat (limited to 'src')
-rw-r--r--src/UserSettingsPage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UserSettingsPage.h b/src/UserSettingsPage.h

index 7bb722f1..34a792eb 100644 --- a/src/UserSettingsPage.h +++ b/src/UserSettingsPage.h
@@ -58,8 +58,8 @@ class UserSettings : public QObject bool avatarCircles READ avatarCircles WRITE setAvatarCircles NOTIFY avatarCirclesChanged) Q_PROPERTY( bool decryptSidebar READ decryptSidebar WRITE setDecryptSidebar NOTIFY decryptSidebarChanged) - Q_PROPERTY(bool spaceNotifications READ spaceNotifications WRITE - setSpaceNotifications NOTIFY spaceNotificationsChanged) + Q_PROPERTY(bool spaceNotifications READ spaceNotifications WRITE setSpaceNotifications NOTIFY + spaceNotificationsChanged) Q_PROPERTY( bool privacyScreen READ privacyScreen WRITE setPrivacyScreen NOTIFY privacyScreenChanged) Q_PROPERTY(int privacyScreenTimeout READ privacyScreenTimeout WRITE setPrivacyScreenTimeout