forked from qt-creator/qt-creator
TextEditor: comment smart pointer usage in proposal widget
Change-Id: I29fd72a99d55a9539d0319cb76bf616ec55abf9e Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -103,7 +103,7 @@ struct FunctionHintProposalWidgetPrivate
|
|||||||
const QWidget *m_underlyingWidget = nullptr;
|
const QWidget *m_underlyingWidget = nullptr;
|
||||||
CodeAssistant *m_assistant = nullptr;
|
CodeAssistant *m_assistant = nullptr;
|
||||||
FunctionHintProposalModelPtr m_model;
|
FunctionHintProposalModelPtr m_model;
|
||||||
QPointer<Utils::FakeToolTip> m_popupFrame;
|
QPointer<Utils::FakeToolTip> m_popupFrame; // guard WA_DeleteOnClose widget
|
||||||
QLabel *m_numberLabel = nullptr;
|
QLabel *m_numberLabel = nullptr;
|
||||||
QLabel *m_hintLabel = nullptr;
|
QLabel *m_hintLabel = nullptr;
|
||||||
QWidget *m_pager = nullptr;
|
QWidget *m_pager = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user