equal
deleted
inserted
replaced
58 MMF::AbstractVideoOutput::AbstractVideoOutput(QWidget *parent) |
58 MMF::AbstractVideoOutput::AbstractVideoOutput(QWidget *parent) |
59 : QWidget(parent) |
59 : QWidget(parent) |
60 , m_aspectRatio(DefaultAspectRatio) |
60 , m_aspectRatio(DefaultAspectRatio) |
61 , m_scaleMode(DefaultScaleMode) |
61 , m_scaleMode(DefaultScaleMode) |
62 { |
62 { |
63 |
63 // Ensure that this widget has a native window handle |
|
64 winId(); |
64 } |
65 } |
65 |
66 |
66 MMF::AbstractVideoOutput::~AbstractVideoOutput() |
67 MMF::AbstractVideoOutput::~AbstractVideoOutput() |
67 { |
68 { |
68 |
69 |