forked from qt-creator/qt-creator
LanguageClient: export manager, client and settings
Change-Id: I8827fb1c36a41ab76b9509cdbf008e9f2309fd6c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
#include "documentsymbolcache.h"
|
||||
#include "dynamiccapabilities.h"
|
||||
#include "languageclient_global.h"
|
||||
#include "languageclientcompletionassist.h"
|
||||
#include "languageclientfunctionhint.h"
|
||||
#include "languageclientquickfix.h"
|
||||
@@ -67,7 +68,7 @@ namespace LanguageClient {
|
||||
class BaseClientInterface;
|
||||
class TextMark;
|
||||
|
||||
class Client : public QObject
|
||||
class LANGUAGECLIENT_EXPORT Client : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user