- Timestamp:
- Jul 29, 2013, 5:47:24 PM (11 years ago)
- Location:
- branches/2.0-beta1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/include/Pacpus/kernel/PacpusEvent.h
r110 r125 38 38 class PACPUSLIB_API PacpusEvent : public QEvent 39 39 { 40 Q_OBJECT // TODO see if good ?? 40 41 public: 41 42 PacpusEvent(PacpusEventType type, road_time_t t = road_time(), road_timerange_t tr = 0):QEvent(QEvent::Type(type)),t_(t),tr_(tr) {} -
branches/2.0-beta1/include/Pacpus/kernel/inputOutputInterface.h
r122 r125 36 36 37 37 void customEvent(QEvent* event) { 38 38 // TODO check compoennt state started 39 39 switch (event->type()) { 40 40 -
branches/2.0-beta1/src/PacpusLib/CMakeLists.txt
r123 r125 81 81 FILES_TO_MOC 82 82 ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/inputOutputBase.h 83 ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/pacpusEvent.h 83 84 ) 84 85
Note:
See TracChangeset
for help on using the changeset viewer.