From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/modinfodialogtextfiles.h | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'src/modinfodialogtextfiles.h') diff --git a/src/modinfodialogtextfiles.h b/src/modinfodialogtextfiles.h index d57bf490..f6bd7d7b 100644 --- a/src/modinfodialogtextfiles.h +++ b/src/modinfodialogtextfiles.h @@ -1,10 +1,10 @@ #ifndef MODINFODIALOGTEXTFILES_H #define MODINFODIALOGTEXTFILES_H -#include "modinfodialogtab.h" #include "filterwidget.h" -#include +#include "modinfodialogtab.h" #include +#include using namespace MOBase; @@ -31,10 +31,8 @@ protected: FileListModel* m_model; FilterWidget m_filter; - GenericFilesTab( - ModInfoDialogTabContext cx, - QListView* list, QSplitter* splitter, - TextEditor* editor, QLineEdit* filter); + GenericFilesTab(ModInfoDialogTabContext cx, QListView* list, QSplitter* splitter, + TextEditor* editor, QLineEdit* filter); virtual bool wantsFile(const QString& rootPath, const QString& fullPath) const = 0; @@ -43,7 +41,6 @@ private: void select(const QModelIndex& index); }; - class TextFilesTab : public GenericFilesTab { public: @@ -53,7 +50,6 @@ protected: bool wantsFile(const QString& rootPath, const QString& fullPath) const override; }; - class IniFilesTab : public GenericFilesTab { public: @@ -63,4 +59,4 @@ protected: bool wantsFile(const QString& rootPath, const QString& fullPath) const override; }; -#endif // MODINFODIALOGTEXTFILES_H +#endif // MODINFODIALOGTEXTFILES_H -- cgit v1.3.1