mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-29 23:54:06 +08:00
20 lines
645 B
C++
20 lines
645 B
C++
//============================================================================
|
|
/// \file DockManager.cpp
|
|
/// \author Uwe Kindler
|
|
/// \date 23.02.2017
|
|
/// \brief Implementation of CDockManager
|
|
//============================================================================
|
|
|
|
//============================================================================
|
|
// INCLUDES
|
|
//============================================================================
|
|
#include "DockManager.h"
|
|
|
|
namespace ads
|
|
{
|
|
|
|
} // namespace ads
|
|
|
|
//---------------------------------------------------------------------------
|
|
// EOF DockManager.cpp
|