mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Fix: make it compile with DISABLE_UPDATE_CHECKER (#3294)
This commit is contained in:
@@ -63,7 +63,9 @@ CaptureWidget::CaptureWidget(const CaptureRequest& req,
|
||||
, m_adjustmentButtonPressed(false)
|
||||
, m_configError(false)
|
||||
, m_configErrorResolved(false)
|
||||
#if !defined(DISABLE_UPDATE_CHECKER)
|
||||
, m_updateNotificationWidget(nullptr)
|
||||
#endif
|
||||
, m_lastMouseWheel(0)
|
||||
, m_activeButton(nullptr)
|
||||
, m_activeTool(nullptr)
|
||||
|
||||
Reference in New Issue
Block a user