diff options
| author | Basil Semuonov <basil.semuonov@gmail.com> | 2014-08-10 16:33:24 +0400 |
|---|---|---|
| committer | Basil Semuonov <basil.semuonov@gmail.com> | 2014-08-10 16:33:24 +0400 |
| commit | 7c35daca74fb4a4f8ed7e2fadc22ec18e0295744 (patch) | |
| tree | e652d0f728c1f0c396518caea009acdd744ff03d /daemon/settings.h | |
| parent | c460e2d73be49313fb989fe9cbc4f1ae2c4d4d5b (diff) | |
General transliteration with ICU rule "Any-Latin; Latin-ASCII"
Diffstat (limited to 'daemon/settings.h')
| -rw-r--r-- | daemon/settings.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/daemon/settings.h b/daemon/settings.h index 87e4919..d6db9b6 100644 --- a/daemon/settings.h +++ b/daemon/settings.h @@ -8,7 +8,7 @@ class Settings : public MDConfGroup Q_OBJECT Q_PROPERTY(bool silentWhenConnected MEMBER silentWhenConnected NOTIFY silentWhenConnectedChanged) - Q_PROPERTY(bool transliterateCyrillic MEMBER transliterateCyrillic NOTIFY transliterateCyrillicChanged) + Q_PROPERTY(bool transliterateMessage MEMBER transliterateMessage NOTIFY transliterateMessageChanged) Q_PROPERTY(bool incomingCallNotification MEMBER incomingCallNotification NOTIFY incomingCallNotificationChanged) Q_PROPERTY(bool notificationsCommhistoryd MEMBER notificationsCommhistoryd NOTIFY notificationsCommhistorydChanged) Q_PROPERTY(bool notificationsMissedCall MEMBER notificationsMissedCall NOTIFY notificationsMissedCallChanged) @@ -19,7 +19,7 @@ class Settings : public MDConfGroup Q_PROPERTY(bool notificationsOther MEMBER notificationsOther NOTIFY notificationsOtherChanged) Q_PROPERTY(bool notificationsAll MEMBER notificationsAll NOTIFY notificationsAllChanged) bool silentWhenConnected; - bool transliterateCyrillic; + bool transliterateMessage; bool incomingCallNotification; bool notificationsCommhistoryd; bool notificationsMissedCall; @@ -37,7 +37,7 @@ public: signals: void silentWhenConnectedChanged(bool); - void transliterateCyrillicChanged(bool); + void transliterateMessageChanged(bool); void incomingCallNotificationChanged(bool); void notificationsCommhistorydChanged(bool); void notificationsMissedCallChanged(bool); |
