Renamed network.h to network.hpp

This commit is contained in:
Denis Davydov 2018-05-20 14:38:21 +03:00
parent 48702f77a1
commit 8b5f51c6f5

View File

@ -1,5 +1,5 @@
#ifndef NETWORK_H
#define NETWORK_H
#ifndef NETWORK_HPP
#define NETWORK_HPP
#include "lib/json/json.hpp"
#include <QUdpSocket>