Reorganize includes

This commit is contained in:
Felix Riiga
2024-06-22 00:01:40 +02:00
parent 0d1e794898
commit f4302fd376
9 changed files with 39 additions and 57 deletions

View File

@@ -1,5 +1,4 @@
#ifndef STATUSDOT_H
#define STATUSDOT_H
#pragma once
#include <QPainter>
#include <QStyleOptionViewItem>
@@ -16,5 +15,3 @@ public:
const QStyleOptionViewItem &option,
const QModelIndex &index) const override;
};
#endif