.hpp -> .h
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <QJsonObject>
|
||||
|
||||
#include <Exception.h>
|
||||
#include "McClient.hpp"
|
||||
#include "McClient.h"
|
||||
|
||||
#define SEGMENT_BITS 0x7F
|
||||
#define CONTINUE_BIT 0x80
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <QtNetwork/qtcpsocket.h>
|
||||
#include <QHostInfo>
|
||||
|
||||
#include "McResolver.hpp"
|
||||
#include "McResolver.h"
|
||||
|
||||
McResolver::McResolver(QObject *parent, QString domain, int port): QObject(parent), constrDomain(domain), constrPort(port) {}
|
||||
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
#include "ui/dialogs/CustomMessageBox.h"
|
||||
#include "ui_ServersPage.h"
|
||||
|
||||
#include "McClient.hpp"
|
||||
#include "McResolver.hpp"
|
||||
#include "McClient.h"
|
||||
#include "McResolver.h"
|
||||
|
||||
#include <FileSystem.h>
|
||||
#include <io/stream_reader.h>
|
||||
|
||||
Reference in New Issue
Block a user