mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 17:24:48 +00:00
Apply suggestions
This commit is contained in:
parent
5262708051
commit
b6aff3ca87
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ void NightColorUtil::setEnabled(bool enabled)
|
||||||
m_settings->save();
|
m_settings->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
void NightColorUtil::enabledUpdated(QString name, QVariantMap map, QStringList list)
|
void NightColorUtil::enabledUpdated(const QString &name, const QVariantMap &map, const QStringList &list)
|
||||||
{
|
{
|
||||||
Q_UNUSED(name);
|
Q_UNUSED(name);
|
||||||
Q_UNUSED(map);
|
Q_UNUSED(map);
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,10 @@ Q_SIGNALS:
|
||||||
void enabledChanged();
|
void enabledChanged();
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
void enabledUpdated(QString name, QVariantMap map, QStringList list);
|
void enabledUpdated(const QString &name, const QVariantMap &map, const QStringList &list);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool m_enabled;
|
bool m_enabled;
|
||||||
OrgKdeKwinColorCorrectInterface *m_ccInterface;
|
OrgKdeKwinColorCorrectInterface *m_ccInterface;
|
||||||
NightColorSettings *m_settings;
|
NightColorSettings *const m_settings;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue