clangformat everything

This commit is contained in:
2023-12-23 20:37:34 +01:00
parent e19e7c9253
commit e5273c7012
29 changed files with 251186 additions and 298341 deletions

View File

@@ -7,16 +7,15 @@ namespace Ui {
class About;
}
class About : public QDialog
{
class About : public QDialog {
Q_OBJECT
public:
explicit About(QWidget *parent = nullptr);
public:
explicit About(QWidget* parent = nullptr);
~About();
private:
Ui::About *ui;
private:
Ui::About* ui;
};
#endif // ABOUT_H