Commit ebcc802d authored by Gus Grubba's avatar Gus Grubba Committed by Gus Grubba

Fix warnings

parent dac81965
......@@ -32,8 +32,8 @@ QGC_LOGGING_CATEGORY(VideoManagerLog, "VideoManagerLog")
//-----------------------------------------------------------------------------
VideoManager::VideoManager(QGCApplication* app, QGCToolbox* toolbox)
: QGCTool(app, toolbox)
, _videoReceiver(NULL)
, _videoSettings(NULL)
, _videoReceiver(nullptr)
, _videoSettings(nullptr)
, _fullScreen(false)
{
}
......
......@@ -44,7 +44,7 @@ public:
Q_PROPERTY(QString videoFile READ videoFile NOTIFY videoFileChanged)
Q_PROPERTY(bool showFullScreen READ showFullScreen WRITE setShowFullScreen NOTIFY showFullScreenChanged)
explicit VideoReceiver(QObject* parent = 0);
explicit VideoReceiver(QObject* parent = nullptr);
~VideoReceiver();
#if defined(QGC_GST_STREAMING)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment