Clang-tidy + clang-format

This commit is contained in:
Carl Schwan
2020-11-27 00:19:54 +01:00
parent 49881f809d
commit 136a8f2af8
31 changed files with 470 additions and 332 deletions

View File

@@ -26,10 +26,10 @@ public:
public Q_SLOTS:
QColor color();
void setColor(QColor color);
void setColor(const QColor &color);
Q_SIGNALS:
void colorChanged(QColor color);
void colorChanged(QColor _t1);
private:
Kirigami::PlatformTheme *m_theme = nullptr;