WSServer: remove remains of QWebSocket

This commit is contained in:
Stéphane Lepin 2019-09-16 13:01:44 +02:00
parent da9dd6f775
commit 919cdfb5a9

View File

@ -33,9 +33,6 @@ with this program. If not, see <https://www.gnu.org/licenses/>
#include "WSRequestHandler.h"
QT_FORWARD_DECLARE_CLASS(QWebSocketServer)
QT_FORWARD_DECLARE_CLASS(QWebSocket)
using websocketpp::connection_hdl;
typedef websocketpp::server<websocketpp::config::asio> server;