// Qt includes #include // ctkXIPAdaptor includes #include "ctkXIPAdaptor.h" //---------------------------------------------------------------------------- class ctkXIPAdaptorPrivate: public qCTKPrivate { public: ctkXIPAdaptorPrivate(); }; //---------------------------------------------------------------------------- // ctkXIPAdaptorPrivate methods //------------------------------------------------------------------------------ ctkXIPAdaptorPrivate::ctkXIPAdaptorPrivate() { } //---------------------------------------------------------------------------- // ctkXIPAdaptorWidget methods //------------------------------------------------------------------------------ ctkXIPAdaptor::ctkXIPAdaptor(QObject* _parent): Superclass(_parent) { QCTK_INIT_PRIVATE(ctkXIPAdaptor); } //---------------------------------------------------------------------------- ctkXIPAdaptor::~ctkXIPAdaptor() { }