forked from qt-creator/qt-creator
Core: Consistently use nullptr
Fixed by clang-tidy modernize-use-nullptr. Change-Id: I62a9388ab873410555f45a8a6f9b0149467ddbaa Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -50,7 +50,7 @@ class CORE_EXPORT EditorToolBar : public Utils::StyledBar
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit EditorToolBar(QWidget *parent = 0);
|
||||
explicit EditorToolBar(QWidget *parent = nullptr);
|
||||
~EditorToolBar() override;
|
||||
|
||||
typedef std::function<void(QMenu*)> MenuProvider;
|
||||
|
||||
Reference in New Issue
Block a user