Skip to content

Commit

Permalink
Require the cli daemon for devel packages.
Browse files Browse the repository at this point in the history
This forces a choice in the sdk when there are alternatives available.
  • Loading branch information
adenexter committed Nov 1, 2016
1 parent c7e2359 commit d1855c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rpm/nemo-qml-plugin-devicelock.spec
Expand Up @@ -42,6 +42,7 @@ Requires: pkgconfig(nemodbus)
Summary: Development libraries for device lock daemons
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
Requires: nemo-devicelock-daemon-cli = %{version}-%{release}
Requires: pkgconfig(keepalive)
Requires: pkgconfig(libsystemd-daemon)
Requires: pkgconfig(mce)
Expand Down
1 change: 1 addition & 0 deletions src/nemo-devicelock/private/settingswatcher.cpp
Expand Up @@ -116,6 +116,7 @@ static void read(

void SettingsWatcher::reloadSettings()
{
qDebug() << "Settings changed";
QSettings settings(m_settingsPath, QSettings::IniFormat);

read(settings, this, automaticLockingKey, 10, &SettingsWatcher::automaticLocking, &SettingsWatcher::automaticLockingChanged);
Expand Down

0 comments on commit d1855c8

Please sign in to comment.