Library: reorder initialization of LibraryWindow

This commit is contained in:
François Gannaz 2019-04-01 10:21:20 +02:00
parent 4ac3407106
commit 3062d8826e

View File

@ -88,7 +88,7 @@
#endif
LibraryWindow::LibraryWindow()
:QMainWindow(),fullscreen(false),fetching(false),previousFilter(""),removeError(false),status(LibraryWindow::Normal)
:QMainWindow(),fullscreen(false),previousFilter(""),fetching(false),status(LibraryWindow::Normal),removeError(false)
{
setupUI();