mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-31 00:09:13 +08:00
20 lines
672 B
C++
20 lines
672 B
C++
|
//============================================================================
|
||
|
/// \file DockWidgetTitleBar.cpp
|
||
|
/// \author Uwe Kindler
|
||
|
/// \date 23.02.2017
|
||
|
/// \brief Implementation of DockWidgetTitleBar
|
||
|
//============================================================================
|
||
|
|
||
|
//============================================================================
|
||
|
// INCLUDES
|
||
|
//============================================================================
|
||
|
#include "DockWidgetTitleBar.h"
|
||
|
|
||
|
namespace ads
|
||
|
{
|
||
|
|
||
|
} // namespace ads
|
||
|
|
||
|
//---------------------------------------------------------------------------
|
||
|
// EOF DockWidgetTitleBar.cpp
|