mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-23 03:02:30 +01:00
Fix initialization order
This commit is contained in:
parent
d4812e476c
commit
b868be7fbe
@ -7,8 +7,8 @@ BaseWindow::BaseWindow(QObject* parent)
|
||||
|
||||
BaseWindow::BaseWindow(QString projectFilePath, const QVector<int> activeScreensList, const bool checkWallpaperVisible)
|
||||
: QObject(nullptr)
|
||||
, m_activeScreensList(activeScreensList)
|
||||
, m_checkWallpaperVisible(checkWallpaperVisible)
|
||||
, m_activeScreensList(activeScreensList)
|
||||
{
|
||||
QApplication::instance()->installEventFilter(this);
|
||||
qRegisterMetaType<BaseWindow::WallpaperType>();
|
||||
|
Loading…
Reference in New Issue
Block a user