Start using #pragma once
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#ifndef COMMANDARGUMENT_H
|
||||
#define COMMANDARGUMENT_H
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
|
||||
@@ -41,5 +40,3 @@ private:
|
||||
QString m_description;
|
||||
|
||||
};
|
||||
|
||||
#endif // COMMANDARGUMENT_H
|
||||
|
||||
@@ -15,8 +15,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#ifndef COMMANDLINEPARSER_H
|
||||
#define COMMANDLINEPARSER_H
|
||||
#pragma once
|
||||
|
||||
#include "src/cli/commandargument.h"
|
||||
#include "src/cli/commandoption.h"
|
||||
@@ -90,5 +89,3 @@ private:
|
||||
Node *const actualNode);
|
||||
|
||||
};
|
||||
|
||||
#endif // COMMANDLINEPARSER_H
|
||||
|
||||
@@ -15,8 +15,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Flameshot. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#ifndef COMMANDOPTION_H
|
||||
#define COMMANDOPTION_H
|
||||
#pragma once
|
||||
|
||||
#include <QStringList>
|
||||
#include <functional>
|
||||
@@ -64,5 +63,3 @@ private:
|
||||
QString m_errorMsg;
|
||||
|
||||
};
|
||||
|
||||
#endif // COMMANDOPTION_H
|
||||
|
||||
Reference in New Issue
Block a user