ui: Added plugin ports to preferences
bug id = 145
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#ifndef MESSAGE_PLUGIN_PORT_CHANGE_H
|
||||
#define MESSAGE_PLUGIN_PORT_CHANGE_H
|
||||
|
||||
#include "utility/messaging/Message.h"
|
||||
|
||||
class MessagePluginPortChange
|
||||
: public Message<MessagePluginPortChange>
|
||||
{
|
||||
public:
|
||||
MessagePluginPortChange()
|
||||
{
|
||||
}
|
||||
|
||||
static const std::string getStaticType()
|
||||
{
|
||||
return "MessagePluginPortChange";
|
||||
}
|
||||
};
|
||||
|
||||
#endif // MESSAGE_PLUGIN_PORT_CHANGE_H
|
||||
Reference in New Issue
Block a user