.hpp -> .h

This commit is contained in:
iTrooz
2024-11-17 19:58:30 +01:00
parent 9d5727e36b
commit 7cf24586c2
6 changed files with 6 additions and 6 deletions

View File

@ -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) {}