codex
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages Concepts
event_dispatcher_test.hpp
Go to the documentation of this file.
1#ifndef CODEX_EVENT_DISPATCHER_EVENT_DISPATCHER_TEST_HPP
2#define CODEX_EVENT_DISPATCHER_EVENT_DISPATCHER_TEST_HPP
3
4#include <QTest>
5
6class EventDispatcherTest : public QObject {
7 Q_OBJECT
8private slots:
9 void trigger();
10};
11
12#endif
Definition event_dispatcher_test.hpp:6