#ifndef DockManagerH #define DockManagerH //============================================================================ /// \file DockManager.h /// \author Uwe Kindler /// \date 23.02.2017 /// \brief Declaration of CDockManager //============================================================================ //============================================================================ // INCLUDES //============================================================================ #include "DockContainerWidget.h" namespace ads { /** * @brief */ class CDockManager : public CDockContainerWidget { }; } // namespace ads //--------------------------------------------------------------------------- #endif // DockManagerH