ADS: Remove struct from FloatingWidgetTitleBar

We do not use struct in Qt Creator.

Change-Id: I1fda8f68520e77b46209890f1355facc723f351e
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2020-03-02 11:00:16 +01:00
committed by Tim Jenssen
parent d13efc6c72
commit 5c91b630b4
2 changed files with 3 additions and 2 deletions

View File

@@ -46,8 +46,9 @@ using tCloseButton = QPushButton;
/**
* @brief Private data class of public interface CFloatingWidgetTitleBar
*/
struct FloatingWidgetTitleBarPrivate
class FloatingWidgetTitleBarPrivate
{
public:
FloatingWidgetTitleBar *q; ///< public interface class
QLabel *m_iconLabel = nullptr;
TabLabelType *m_titleLabel;

View File

@@ -30,7 +30,7 @@
namespace ADS {
class FloatingDockContainer;
struct FloatingWidgetTitleBarPrivate;
class FloatingWidgetTitleBarPrivate;
/**
* Titlebar for floating widgets to capture non client are mouse events.