mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 04:22:39 +00:00
Use logic export
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
#include <QString>
|
||||
#include <QTcpServer>
|
||||
#include "settings/SettingsObject.h"
|
||||
#include "logic_export.h"
|
||||
#include "multimc_logic_export.h"
|
||||
|
||||
class LOGIC_EXPORT AuthServer: public QObject
|
||||
class MULTIMC_LOGIC_EXPORT AuthServer: public QObject
|
||||
{
|
||||
public:
|
||||
explicit AuthServer(QObject *parent = 0);
|
||||
|
||||
Reference in New Issue
Block a user