diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-05-17 11:37:19 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2023-07-09 17:17:53 +0200 |
| commit | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (patch) | |
| tree | 90cc575c2d02113af459b7772418285f2e5caa1f /src/previewdialog.h | |
| parent | 7d6cb8528d20e36a4cee822263865ee2f7f32481 (diff) | |
Convert everything to CRLF.
Diffstat (limited to 'src/previewdialog.h')
| -rw-r--r-- | src/previewdialog.h | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/src/previewdialog.h b/src/previewdialog.h index 9525f127..213bf078 100644 --- a/src/previewdialog.h +++ b/src/previewdialog.h @@ -1,40 +1,40 @@ -#ifndef PREVIEWDIALOG_H
-#define PREVIEWDIALOG_H
-
-#include <QDialog>
-
-namespace Ui {
-class PreviewDialog;
-}
-
-class PreviewDialog : public QDialog
-{
- Q_OBJECT
-
-public:
- explicit PreviewDialog(const QString &fileName, QWidget *parent = 0);
- ~PreviewDialog();
-
- // also saves and restores geometry
- //
- int exec() override;
-
- void addVariant(const QString &modName, QWidget *widget);
- int numVariants() const;
-
-private slots:
-
- void on_variantsStack_currentChanged(int arg1);
-
- void on_closeButton_clicked();
-
- void on_previousButton_clicked();
-
- void on_nextButton_clicked();
-
-private:
-
- Ui::PreviewDialog *ui;
-};
-
-#endif // PREVIEWDIALOG_H
+#ifndef PREVIEWDIALOG_H +#define PREVIEWDIALOG_H + +#include <QDialog> + +namespace Ui { +class PreviewDialog; +} + +class PreviewDialog : public QDialog +{ + Q_OBJECT + +public: + explicit PreviewDialog(const QString &fileName, QWidget *parent = 0); + ~PreviewDialog(); + + // also saves and restores geometry + // + int exec() override; + + void addVariant(const QString &modName, QWidget *widget); + int numVariants() const; + +private slots: + + void on_variantsStack_currentChanged(int arg1); + + void on_closeButton_clicked(); + + void on_previousButton_clicked(); + + void on_nextButton_clicked(); + +private: + + Ui::PreviewDialog *ui; +}; + +#endif // PREVIEWDIALOG_H |
