ui: clear button logview
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#ifndef MESSAGE_CLEAR_LOG_VIEW_H
|
||||
#define MESSAGE_CLEAR_LOG_VIEW_H
|
||||
|
||||
#include "utility/messaging/Message.h"
|
||||
|
||||
class MessageClearLogView:
|
||||
public Message<MessageClearLogView>
|
||||
{
|
||||
public:
|
||||
MessageClearLogView()
|
||||
{
|
||||
}
|
||||
|
||||
static const std::string getStaticType()
|
||||
{
|
||||
return "MessageClearLogView";
|
||||
}
|
||||
};
|
||||
|
||||
#endif // MESSAGE_CLEAR_LOG_VIEW_H
|
||||
Reference in New Issue
Block a user