NOISSUE make shared logic library ... shared
This commit is contained in:
parent
cd108fd029
commit
23d0bd8edd
76 changed files with 259 additions and 116 deletions
|
@ -3,6 +3,8 @@
|
|||
#include <QTimer>
|
||||
#include <memory>
|
||||
|
||||
#include "multimc_logic_export.h"
|
||||
|
||||
class JavaChecker;
|
||||
|
||||
|
||||
|
@ -20,7 +22,7 @@ struct JavaCheckResult
|
|||
|
||||
typedef std::shared_ptr<QProcess> QProcessPtr;
|
||||
typedef std::shared_ptr<JavaChecker> JavaCheckerPtr;
|
||||
class JavaChecker : public QObject
|
||||
class MULTIMC_LOGIC_EXPORT JavaChecker : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
|
@ -27,7 +27,9 @@
|
|||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
class JavaUtils : public QObject
|
||||
#include "multimc_logic_export.h"
|
||||
|
||||
class MULTIMC_LOGIC_EXPORT JavaUtils : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
#include "tasks/Task.h"
|
||||
#include "java/JavaCheckerJob.h"
|
||||
|
||||
#include "multimc_logic_export.h"
|
||||
|
||||
class JavaListLoadTask;
|
||||
|
||||
struct JavaVersion : public BaseVersion
|
||||
|
@ -54,7 +56,7 @@ struct JavaVersion : public BaseVersion
|
|||
|
||||
typedef std::shared_ptr<JavaVersion> JavaVersionPtr;
|
||||
|
||||
class JavaVersionList : public BaseVersionList
|
||||
class MULTIMC_LOGIC_EXPORT JavaVersionList : public BaseVersionList
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue