Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/dconfig.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2021 - 2022 UnionTech Software Technology Co., Ltd.
// SPDX-FileCopyrightText: 2021 - 2026 UnionTech Software Technology Co., Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later

Expand Down Expand Up @@ -557,10 +557,6 @@ DConfigBackend *DConfigPrivate::getOrCreateBackend()
qCDebug(cfLog, "Fallback to DBus mode");
backend.reset(new DBusBackend(this));
}
if (!backend) {
qCDebug(cfLog, "Can't use DBus config service, fallback to DConfigFile mode");
backend.reset(new FileBackend(this));
}
#else
backend.reset(new FileBackend(this));
#endif //D_DISABLE_DBUS_CONFIG
Expand Down