summaryrefslogtreecommitdiffstats
path: root/include/RoomMessages.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-16 21:46:45 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-16 21:46:45 +0300
commit6553aa61a1d99bc90f29cec636ed1c68fb2122b9 (patch)
treeee8663371ea996c26ae5e7a99ce64658e84f9ab1 /include/RoomMessages.h
parentc470e49aa9d6c97e805eb193afab97e9e19814eb (diff)
Replace include guards with #pragma once
Diffstat (limited to 'include/RoomMessages.h')
-rw-r--r--include/RoomMessages.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/RoomMessages.h b/include/RoomMessages.h
index 695580b3..0353af9a 100644
--- a/include/RoomMessages.h
+++ b/include/RoomMessages.h
@@ -15,8 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef ROOM_MESSAGES_H
-#define ROOM_MESSAGES_H
+#pragma once
#include <QJsonArray>
#include <QJsonDocument>
@@ -52,5 +51,3 @@ inline QJsonArray RoomMessages::chunk() const
{
return chunk_;
}
-
-#endif // ROOM_MESSAGES_H