clangformat everything
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user