2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-10 03:25:11 +00:00

Fix build with gcc 9

This commit is contained in:
Ilya Fedin
2020-03-14 23:35:51 +04:00
committed by John Preston
parent fec6a8dd96
commit 99a8c93ac1
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ bool Inhibited() {
const QDBusReply<QVariant> reply = QDBusConnection::sessionBus().call(
message);
constexpr auto notSupportedErrors = {
const auto notSupportedErrors = {
QDBusError::ServiceUnknown,
QDBusError::InvalidArgs,
};