From 1fd0837163ca7ffb150ead241b92f868d8c68584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 17 Aug 2019 20:13:50 +0200 Subject: [PATCH] Revert change --- YACReaderLibrary/comic_vine/comic_vine_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp b/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp index 068e13ff..911e2306 100644 --- a/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp +++ b/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp @@ -35,7 +35,7 @@ ComicVineDialog::ComicVineDialog(QWidget *parent) : QDialog(parent) { - setWindowFlags(Qt::Window); + setWindowFlags(Qt::Window); doLayout(); doStackedWidgets();