Formatting

This commit is contained in:
Jonas Kvinge
2023-07-21 05:11:27 +02:00
parent 9fb15545bd
commit a2c7ff63df
87 changed files with 5 additions and 84 deletions

View File

@@ -45,7 +45,6 @@ class AddStreamDialog : public QDialog {
private:
Ui_AddStreamDialog *ui_;
};
#endif // ADDSTREAMDIALOG_H

View File

@@ -37,7 +37,6 @@ class DeleteConfirmationDialog : public QDialog {
private:
QDialogButtonBox *button_box_;
};
#endif // DELETECONFIRMATIONDIALOG_H

View File

@@ -27,7 +27,6 @@ class SnapDialog : public MessageDialog {
public:
explicit SnapDialog(QWidget *parent = nullptr);
};
#endif // SNAPDIALOG_H