mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
.hpp -> .h
This commit is contained in:
@ -919,9 +919,9 @@ SET(LAUNCHER_SOURCES
|
||||
ui/pages/instance/WorldListPage.cpp
|
||||
ui/pages/instance/WorldListPage.h
|
||||
ui/pages/instance/McClient.cpp
|
||||
ui/pages/instance/McClient.hpp
|
||||
ui/pages/instance/McClient.h
|
||||
ui/pages/instance/McResolver.cpp
|
||||
ui/pages/instance/McResolver.hpp
|
||||
ui/pages/instance/McResolver.h
|
||||
|
||||
# GUI - global settings pages
|
||||
ui/pages/global/AccountListPage.cpp
|
||||
|
@ -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