fixed compile issues on some widgets
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -52,7 +52,7 @@ public:
|
||||
*
|
||||
* QWidget parent.
|
||||
*/
|
||||
ViewerGLWidget(QWidget* parent);
|
||||
ViewerGLWidget(QWidget* parent = nullptr);
|
||||
|
||||
virtual ~ViewerGLWidget() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user