Remove engine type
This commit is contained in:
@@ -112,10 +112,6 @@ AnalyzerContainer::AnalyzerContainer(QWidget *parent)
|
||||
|
||||
void AnalyzerContainer::mouseReleaseEvent(QMouseEvent *e) {
|
||||
|
||||
if (engine_->type() != EngineBase::Type::GStreamer) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (e->button() == Qt::RightButton) {
|
||||
context_menu_->popup(e->globalPosition().toPoint());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user