mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Library: reorder initialization of LibraryWindow
This commit is contained in:
parent
4ac3407106
commit
3062d8826e
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user