ui: Added plugin ports to preferences
bug id = 145
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "QtTcpWrapper.h"
|
||||
|
||||
#include "component/controller/IDECommunicationController.h"
|
||||
#include "qt/utility/QtThreadedFunctor.h"
|
||||
#include "settings/ApplicationSettings.h"
|
||||
|
||||
class StorageAccess;
|
||||
@@ -17,12 +18,17 @@ public:
|
||||
QtIDECommunicationController(QObject* parent, StorageAccess* storageAccess);
|
||||
~QtIDECommunicationController();
|
||||
|
||||
virtual void startListening();
|
||||
virtual void stopListening();
|
||||
|
||||
virtual bool isListening() const;
|
||||
|
||||
private:
|
||||
virtual void sendMessage(const std::string& message) const;
|
||||
|
||||
QtTcpWrapper m_tcpWrapper;
|
||||
|
||||
QtThreadedLambdaFunctor m_onQtThread;
|
||||
};
|
||||
|
||||
#endif // QT_IDE_COMMUNICATION_CONTROLLER
|
||||
#endif // QT_IDE_COMMUNICATION_CONTROLLER
|
||||
|
||||
Reference in New Issue
Block a user