fixed compile issues on some widgets

This commit is contained in:
itsmattkc
2019-10-16 23:06:58 +11:00
parent 39af57445c
commit 14fa181951
2 changed files with 2 additions and 2 deletions
@@ -37,7 +37,7 @@ class PlaybackControls : public QWidget
{
Q_OBJECT
public:
PlaybackControls(QWidget* parent);
PlaybackControls(QWidget* parent = nullptr);
/**
* @brief Set whether the timecodes should be shown or not
+1 -1
View File
@@ -52,7 +52,7 @@ public:
*
* QWidget parent.
*/
ViewerGLWidget(QWidget* parent);
ViewerGLWidget(QWidget* parent = nullptr);
virtual ~ViewerGLWidget() override;