Show signalslib.hpp syntax highlighted
#ifndef __SIGNALSLIB_HPP__
#define __SIGNALSLIB_HPP__ 1
#ifdef signals
#error "signalslib.hpp must be included before any qt header"
#endif
#include <boost/signal.hpp>
namespace boost
{
namespace signalslib = signals;
}
#endif // ** __SIGNALSLIB_HPP__ ** //
See more files for this project here