From 86bb01ba9eac879d3685c439ac9da0028bc4bc80 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:37:19 +0200 Subject: Convert everything to CRLF. --- src/problemsdialog.h | 90 ++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) (limited to 'src/problemsdialog.h') diff --git a/src/problemsdialog.h b/src/problemsdialog.h index 504a0a10..9fe5acd0 100644 --- a/src/problemsdialog.h +++ b/src/problemsdialog.h @@ -1,45 +1,45 @@ -#ifndef PROBLEMSDIALOG_H -#define PROBLEMSDIALOG_H - - -#include -#include -#include - - -namespace Ui { -class ProblemsDialog; -} - -class PluginContainer; - -class ProblemsDialog : public QDialog -{ - Q_OBJECT - -public: - explicit ProblemsDialog(PluginContainer const& pluginContainer, QWidget *parent = 0); - ~ProblemsDialog(); - - // also saves and restores geometry - // - int exec() override; - - bool hasProblems() const; - -private: - void runDiagnosis(); - -private slots: - void selectionChanged(); - void urlClicked(const QUrl &url); - - void startFix(); - -private: - Ui::ProblemsDialog *ui; - const PluginContainer& m_PluginContainer; - bool m_hasProblems; -}; - -#endif // PROBLEMSDIALOG_H +#ifndef PROBLEMSDIALOG_H +#define PROBLEMSDIALOG_H + + +#include +#include +#include + + +namespace Ui { +class ProblemsDialog; +} + +class PluginContainer; + +class ProblemsDialog : public QDialog +{ + Q_OBJECT + +public: + explicit ProblemsDialog(PluginContainer const& pluginContainer, QWidget *parent = 0); + ~ProblemsDialog(); + + // also saves and restores geometry + // + int exec() override; + + bool hasProblems() const; + +private: + void runDiagnosis(); + +private slots: + void selectionChanged(); + void urlClicked(const QUrl &url); + + void startFix(); + +private: + Ui::ProblemsDialog *ui; + const PluginContainer& m_PluginContainer; + bool m_hasProblems; +}; + +#endif // PROBLEMSDIALOG_H -- cgit v1.3.1