1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
apprb 2014-10-12 18:44:03 +09:00
parent 02092c9a90
commit 9ace74087a
No known key found for this signature in database
GPG Key ID: B001911B5B22FB9B
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ PrivacyForm::PrivacyForm() :
connect(bodyUI->cbTypingNotification, SIGNAL(stateChanged(int)), this, SLOT(onTypingNotificationEnabledUpdated()));
connect(bodyUI->cbKeepHistory, SIGNAL(stateChanged(int)), this, SLOT(onEnableLoggingUpdated()));
connect(bodyUI->cbEncryptHistory, SIGNAL(stateChanged(int)), this, SLOT(onEncryptLogsUpdated()));
connect(bodyUI->cbEnctyptTox, SIGNAL(stateChanged(int)), this, SLOT(onEncryptToxUpdated()));
connect(bodyUI->cbEncryptTox, SIGNAL(stateChanged(int)), this, SLOT(onEncryptToxUpdated()));
connect(bodyUI->pswdBtn, SIGNAL(clicked()), this, SLOT(onPasswordSet()));
}

View File

@ -44,7 +44,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="cbEnctyptTox">
<widget class="QCheckBox" name="cbEncryptTox">
<property name="text">
<string>Encrypt Tox datafile</string>
</property>