mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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();
|
||||
}
|
||||
|
||||
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(map);
|
||||
|
|
|
|||
|
|
@ -26,10 +26,10 @@ Q_SIGNALS:
|
|||
void enabledChanged();
|
||||
|
||||
public Q_SLOTS:
|
||||
void enabledUpdated(QString name, QVariantMap map, QStringList list);
|
||||
void enabledUpdated(const QString &name, const QVariantMap &map, const QStringList &list);
|
||||
|
||||
private:
|
||||
bool m_enabled;
|
||||
OrgKdeKwinColorCorrectInterface *m_ccInterface;
|
||||
NightColorSettings *m_settings;
|
||||
NightColorSettings *const m_settings;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue