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