![]() |
VR-Vantage 1.4.1 API Class Documentation
|
00001 00002 00003 00004 #pragma once 00005 00006 #include <vrvUtil/vrvUtil.h> 00007 00012 00013 #ifdef signals 00014 #error "signalslib.h must be included before any qt header" 00015 #endif 00016 00017 //Macro for disabling this in the header. This is only useful when including 00018 //This file from a non-qt source (for example: PLUGIN declare code). 00019 00020 #ifndef DT_IGNORE_BOOST_SIGNALS 00021 #include <boost/signal.hpp> 00022 00023 namespace boost 00024 { 00025 namespace signalslib = signals; 00026 } 00027 00028 #endif