forked from qt-creator/qt-creator
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:
committed by
Tim Jenssen
parent
d13efc6c72
commit
5c91b630b4
@@ -46,8 +46,9 @@ using tCloseButton = QPushButton;
|
|||||||
/**
|
/**
|
||||||
* @brief Private data class of public interface CFloatingWidgetTitleBar
|
* @brief Private data class of public interface CFloatingWidgetTitleBar
|
||||||
*/
|
*/
|
||||||
struct FloatingWidgetTitleBarPrivate
|
class FloatingWidgetTitleBarPrivate
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
FloatingWidgetTitleBar *q; ///< public interface class
|
FloatingWidgetTitleBar *q; ///< public interface class
|
||||||
QLabel *m_iconLabel = nullptr;
|
QLabel *m_iconLabel = nullptr;
|
||||||
TabLabelType *m_titleLabel;
|
TabLabelType *m_titleLabel;
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
namespace ADS {
|
namespace ADS {
|
||||||
|
|
||||||
class FloatingDockContainer;
|
class FloatingDockContainer;
|
||||||
struct FloatingWidgetTitleBarPrivate;
|
class FloatingWidgetTitleBarPrivate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Titlebar for floating widgets to capture non client are mouse events.
|
* Titlebar for floating widgets to capture non client are mouse events.
|
||||||
|
Reference in New Issue
Block a user