mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
AppFwk (clang-tidy) : modernize-use-nullptr
This commit is contained in:
@@ -58,8 +58,8 @@ class AnimationToolBar : public QToolBar
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AnimationToolBar(QWidget *parent = 0);
|
||||
AnimationToolBar(const QString &title, QWidget *parent = 0);
|
||||
explicit AnimationToolBar(QWidget *parent = nullptr);
|
||||
AnimationToolBar(const QString &title, QWidget *parent = nullptr);
|
||||
|
||||
void connectAnimationControl(caf::FrameAnimationControl* animationControl);
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ class FrameAnimationControl : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit FrameAnimationControl(QObject* parent = 0);
|
||||
explicit FrameAnimationControl(QObject* parent = nullptr);
|
||||
|
||||
void setNumFrames(int numFrames);
|
||||
int numFrames() const;
|
||||
|
||||
Reference in New Issue
Block a user