forked from qt-creator/qt-creator
VCS: SubmitEditorWidget: Initialize pointer members
Change-Id: I6af220f31abde5340ffb9cd9f19938ef22ba90a3 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
d477ea4677
commit
0b17389db1
@@ -96,16 +96,16 @@ struct SubmitEditorWidgetPrivate
|
||||
// A pair of position/action to extend context menus
|
||||
typedef QPair<int, QPointer<QAction> > AdditionalContextMenuAction;
|
||||
|
||||
MiniSplitter *splitter;
|
||||
QGroupBox *descriptionBox;
|
||||
QVBoxLayout *descriptionLayout;
|
||||
QLabel *descriptionHint;
|
||||
CompletingTextEdit *description;
|
||||
QCheckBox *checkAllCheckBox;
|
||||
QTreeView *fileView;
|
||||
QHBoxLayout *buttonLayout;
|
||||
QLabel *error;
|
||||
QVBoxLayout *vboxLayout;
|
||||
MiniSplitter *splitter = nullptr;
|
||||
QGroupBox *descriptionBox = nullptr;
|
||||
QVBoxLayout *descriptionLayout = nullptr;
|
||||
QLabel *descriptionHint = nullptr;
|
||||
CompletingTextEdit *description = nullptr;
|
||||
QCheckBox *checkAllCheckBox = nullptr;
|
||||
QTreeView *fileView = nullptr;
|
||||
QHBoxLayout *buttonLayout = nullptr;
|
||||
QLabel *error = nullptr;
|
||||
QVBoxLayout *vboxLayout = nullptr;
|
||||
|
||||
QList<AdditionalContextMenuAction> descriptionEditContextMenuActions;
|
||||
QVBoxLayout *m_fieldLayout = nullptr;
|
||||
|
Reference in New Issue
Block a user