add event system and use it to propagate to print traces
This commit is contained in:
10
src/lib/eventsystem/event/TracePrintRequestedEvent.h
Normal file
10
src/lib/eventsystem/event/TracePrintRequestedEvent.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef TRACE_PRINT_REQUESTED_EVENT_H
|
||||
#define TRACE_PRINT_REQUESTED_EVENT_H
|
||||
|
||||
#include "Event.h"
|
||||
|
||||
class TracePrintRequestedEvent : public Event
|
||||
{
|
||||
};
|
||||
|
||||
#endif // TRACE_PRINT_REQUESTED_EVENT_H
|
||||
Reference in New Issue
Block a user