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 "DockManager.h"
#include "ElidingLabel.h"
#include "DockWidget.h"
namespace ads
{
using tTabLabel = CVerticalElidingLabel;
/**
* Private data class of CDockWidgetTab class (pimpl)
*/

View File

@ -85,7 +85,6 @@ public:
/**
* Default Constructor
* 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
*/
CDockWidgetSideTab(CDockWidget* DockWidget, QWidget* parent = nullptr);