VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
signalslib.h
Go to the documentation of this file.
1 
2 
3 
4 #pragma once
5 
6 #include <vrvUtil/vrvUtil.h>
7 
12 
13 #ifdef signals
14 #error "signalslib.h must be included before any qt header"
15 #endif
16 
17 //Macro for disabling this in the header. This is only useful when including
18 //This file from a non-qt source (for example: PLUGIN declare code).
19 
20 #ifndef DT_IGNORE_BOOST_SIGNALS
21 #include <boost/signal.hpp>
22 
23 namespace boost
24 {
25  namespace signalslib = signals;
26 }
27 
28 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)