Update interface name

pull/19/head
reionwong 5 years ago
parent e54dac0b09
commit f4b588fd33

@ -24,7 +24,7 @@ T.TabBar {
flickableDirection: Flickable.AutoFlickIfNeeded
snapMode: ListView.SnapToItem
highlightMoveDuration: 200
highlightMoveDuration: 0
highlightResizeDuration: 0
highlightFollowsCurrentItem: true
highlightRangeMode: ListView.ApplyRange
@ -58,4 +58,4 @@ T.TabBar {
color: FishUI.Theme.alternateBackgroundColor
radius: FishUI.Theme.smallRadius + 2
}
}
}

@ -26,9 +26,9 @@
#include <QDBusInterface>
#include <QDebug>
static const QString Service = "org.cutefish.Settings";
static const QString Service = "com.cutefish.Settings";
static const QString ObjectPath = "/Theme";
static const QString Interface = "org.cutefish.Theme";
static const QString Interface = "com.cutefish.Theme";
ThemeManager::ThemeManager(QObject *parent)
: QObject(parent)

Loading…
Cancel
Save