Remove additional key requests preference code
This commit is contained in:
parent
3f567a8da7
commit
fb3c443ce0
4 changed files with 0 additions and 22 deletions
|
|
@ -172,16 +172,6 @@ utils::scaleFactor()
|
|||
return settings.value("settings/scale_factor", -1).toFloat();
|
||||
}
|
||||
|
||||
void
|
||||
utils::setKeyRequestsPreference(QString roomId, bool value)
|
||||
{
|
||||
if (roomId.isEmpty())
|
||||
return;
|
||||
|
||||
QSettings settings;
|
||||
settings.setValue("rooms/respond_to_key_requests/" + roomId, value);
|
||||
}
|
||||
|
||||
QString
|
||||
utils::descriptiveTime(const QDateTime &then)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue