Explorar o código

decklink-ouput-ui: Remove unused help icon

Richard Stanway %!s(int64=6) %!d(string=hai) anos
pai
achega
3d27e7c2c9

+ 2 - 0
UI/frontend-plugins/decklink-output-ui/DecklinkOutputUI.cpp

@@ -10,6 +10,8 @@ DecklinkOutputUI::DecklinkOutputUI(QWidget *parent)
 {
 	ui->setupUi(this);
 
+	setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
+
 	propertiesView = nullptr;
 
 	connect(ui->startOutput, SIGNAL(released()), this, SLOT(StartOutput()));