diff options
Diffstat (limited to 'src/modcontenticondelegate.h')
| -rw-r--r-- | src/modcontenticondelegate.h | 10 |
1 files changed, 5 insertions, 5 deletions
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<QString> 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 |
