aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/widgets/ProjectItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/ui/widgets/ProjectItem.h')
-rw-r--r--launcher/ui/widgets/ProjectItem.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/launcher/ui/widgets/ProjectItem.h b/launcher/ui/widgets/ProjectItem.h
index 196055ea..c3d0dce7 100644
--- a/launcher/ui/widgets/ProjectItem.h
+++ b/launcher/ui/widgets/ProjectItem.h
@@ -18,9 +18,8 @@ enum UserDataTypes {
class ProjectItemDelegate final : public QStyledItemDelegate {
Q_OBJECT
- public:
- ProjectItemDelegate(QWidget* parent);
-
- void paint(QPainter*, const QStyleOptionViewItem&, const QModelIndex&) const override;
+ public:
+ ProjectItemDelegate(QWidget* parent);
+ void paint(QPainter*, const QStyleOptionViewItem&, const QModelIndex&) const override;
};