mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-11 04:54:00 +00:00
Fix QLayout warning in 'flameshot config' (#2198)
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user