Fix: make it compile with DISABLE_UPDATE_CHECKER (#3294)

This commit is contained in:
iacore
2023-08-20 20:42:07 +00:00
committed by GitHub
parent 694adbbc84
commit dff3fe8ccd

View File

@@ -63,7 +63,9 @@ CaptureWidget::CaptureWidget(const CaptureRequest& req,
, m_adjustmentButtonPressed(false) , m_adjustmentButtonPressed(false)
, m_configError(false) , m_configError(false)
, m_configErrorResolved(false) , m_configErrorResolved(false)
#if !defined(DISABLE_UPDATE_CHECKER)
, m_updateNotificationWidget(nullptr) , m_updateNotificationWidget(nullptr)
#endif
, m_lastMouseWheel(0) , m_lastMouseWheel(0)
, m_activeButton(nullptr) , m_activeButton(nullptr)
, m_activeTool(nullptr) , m_activeTool(nullptr)