Main Page
Modules
Namespaces
Classes
Files
File List
File Members
include
ecl
sigslots.hpp
Go to the documentation of this file.
1
10
/*****************************************************************************
11
** Ifdefs
12
*****************************************************************************/
13
14
#ifndef ECL_SIGSLOTS_HPP_
15
#define ECL_SIGSLOTS_HPP_
16
17
/*****************************************************************************
18
** Includes
19
*****************************************************************************/
20
/*
21
* Guard against the qt macros.
22
*/
23
#ifdef emit
24
#undef emit
25
#define replace_qt_emit
26
#endif
27
28
#include "sigslots/signal.hpp"
29
#include "sigslots/slot.hpp"
30
31
#ifdef replace_qt_emit
32
#define emit
33
#endif
34
35
#endif
/* ECL_SIGSLOTS_HPP_ */
36
37
xbot_node
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:28:13