Fix QLayout warning in 'flameshot config' (#2198)

Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
Haris Gušić
2021-12-27 22:40:05 +01:00
committed by GitHub
parent 6507ea8e95
commit 06eb7acdd3

View File

@@ -119,7 +119,7 @@ void ConfigWindow::initErrorIndicator(QWidget* tab, QWidget* widget)
{
QLabel* label = new QLabel(tab);
QPushButton* btnShowErrors = new QPushButton("Show errors", tab);
QHBoxLayout* btnLayout = new QHBoxLayout(tab);
QHBoxLayout* btnLayout = new QHBoxLayout();
// Set up label
label->setText(tr(