Replaced #ifndef with #pragma once

This commit is contained in:
0xFEEDC0DE64
2018-09-16 06:20:47 +02:00
parent 83b88220e6
commit 743408e767

View File

@@ -1,5 +1,4 @@
#ifndef DUMPJOB_H
#define DUMPJOB_H
#pragma once
#include <QObject>
#include <QByteArray>
@@ -41,5 +40,3 @@ private:
static const QByteArray m_userAgent;
static QDir m_outputDir;
};
#endif // DUMPJOB_H