Qt-Advanced-Docking-System/AdvancedDockingSystem/src/v2/DockManager.h

29 lines
763 B
C
Raw Normal View History

#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