Remove a few more headers

This commit is contained in:
Nicolas Werner 2022-06-18 01:35:30 +02:00
parent 07228d336a
commit 35ff02ce48
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
18 changed files with 48 additions and 52 deletions

View file

@ -17,6 +17,7 @@
#include "Cache.h"
#include "Config.h"
#include "JdenticonProvider.h"
#include "MainWindow.h"
#include "MatrixClient.h"
#include "UserSettingsPage.h"
@ -152,6 +153,13 @@ UserSettings::load(std::optional<QString> profile)
applyTheme();
}
bool
UserSettings::useIdenticon() const
{
return useIdenticon_ && JdenticonProvider::isAvailable();
}
void
UserSettings::setMessageHoverHighlight(bool state)
{