Consistently use pragma once in all headers

This commit is contained in:
Tobias Fella
2021-02-04 23:14:54 +01:00
parent 546d17b1a2
commit 1cb6b3bbd6
18 changed files with 29 additions and 48 deletions

View File

@@ -4,8 +4,7 @@
* SPDX-License-Identifier: LicenseRef-KDE-Accepted-LGPL
*/
#ifndef FILETYPESINGLETON_H
#define FILETYPESINGLETON_H
#pragma once
#include <QObject>
#include <qqml.h>
@@ -59,5 +58,3 @@ private:
};
QML_DECLARE_TYPE(FileTypeSingleton)
#endif // MIMETYPESINGLETON_H