Replaced #ifndef with #pragma once
This commit is contained in:
5
master.h
5
master.h
@@ -1,5 +1,4 @@
|
|||||||
#ifndef MASTER_H
|
#pragma once
|
||||||
#define MASTER_H
|
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QSerialPort>
|
#include <QSerialPort>
|
||||||
@@ -42,5 +41,3 @@ private:
|
|||||||
QSerialPort *m_serialPort;
|
QSerialPort *m_serialPort;
|
||||||
QTcpServer *m_server;
|
QTcpServer *m_server;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MASTER_H
|
|
||||||
|
Reference in New Issue
Block a user