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 
File comment.
File comment.


ecl_sigslots
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:48