Replaced #ifndef with #pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#ifndef DUMPJOB_H
|
#pragma once
|
||||||
#define DUMPJOB_H
|
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QByteArray>
|
#include <QByteArray>
|
||||||
@@ -41,5 +40,3 @@ private:
|
|||||||
static const QByteArray m_userAgent;
|
static const QByteArray m_userAgent;
|
||||||
static QDir m_outputDir;
|
static QDir m_outputDir;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // DUMPJOB_H
|
|
||||||
|
Reference in New Issue
Block a user