From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/modcontenticondelegate.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/modcontenticondelegate.h') diff --git a/src/modcontenticondelegate.h b/src/modcontenticondelegate.h index c195df18..736244f6 100644 --- a/src/modcontenticondelegate.h +++ b/src/modcontenticondelegate.h @@ -9,11 +9,11 @@ class ModContentIconDelegate : public IconDelegate { Q_OBJECT public: - - explicit ModContentIconDelegate(ModListView* view, int column = -1, int compactSize = 150); + explicit ModContentIconDelegate(ModListView* view, int column = -1, + int compactSize = 150); bool helpEvent(QHelpEvent* event, QAbstractItemView* view, - const QStyleOptionViewItem& option, const QModelIndex& index) override; + const QStyleOptionViewItem& option, const QModelIndex& index) override; protected: QList getIcons(const QModelIndex& index) const override; @@ -21,10 +21,10 @@ protected: // constructor for color table // - ModContentIconDelegate() : ModContentIconDelegate(nullptr) { } + ModContentIconDelegate() : ModContentIconDelegate(nullptr) {} private: ModListView* m_view; }; -#endif // GENERICICONDELEGATE_H +#endif // GENERICICONDELEGATE_H -- cgit v1.3.1