Fix build on FreeBSD 13.3 / llvm 17.0.6 / qt 5.15.13

This commit is contained in:
Sergey A. Osokin 2024-04-06 12:23:16 -04:00 committed by John Preston
parent 6fb1e23ed5
commit f36e3c213e
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ QString SingleInstanceLocalServerName(const QString &hash) {
#if QT_VERSION < QT_VERSION_CHECK(6, 5, 0)
std::optional<bool> IsDarkMode() {
const auto result = base::Platform::XDP::ReadSetting(
auto result = base::Platform::XDP::ReadSetting(
"org.freedesktop.appearance",
"color-scheme");