1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-15 10:39:51 +08:00

remove unused and cleanup

This commit is contained in:
Syarif Fakhri 2022-10-19 17:44:55 +08:00
parent 9eb9ee4071
commit 10a75b0413
2 changed files with 0 additions and 5 deletions

View File

@ -35,15 +35,11 @@
#include "DockAreaWidget.h" #include "DockAreaWidget.h"
#include "DockManager.h" #include "DockManager.h"
#include "ElidingLabel.h"
#include "DockWidget.h" #include "DockWidget.h"
namespace ads namespace ads
{ {
using tTabLabel = CVerticalElidingLabel;
/** /**
* Private data class of CDockWidgetTab class (pimpl) * Private data class of CDockWidgetTab class (pimpl)
*/ */

View File

@ -85,7 +85,6 @@ public:
/** /**
* Default Constructor * Default Constructor
* param[in] DockWidget The dock widget this title bar belongs to * param[in] DockWidget The dock widget this title bar belongs to
* param[in] Orientation Horizontal or vertical orientation
* param[in] parent The parent widget of this title bar * param[in] parent The parent widget of this title bar
*/ */
CDockWidgetSideTab(CDockWidget* DockWidget, QWidget* parent = nullptr); CDockWidgetSideTab(CDockWidget* DockWidget, QWidget* parent = nullptr);