Skip to content

Commit

Permalink
Fix: make it compile with DISABLE_UPDATE_CHECKER
Browse files Browse the repository at this point in the history
  • Loading branch information
iacore committed Aug 6, 2023
1 parent a447b3d commit 25f84de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/widgets/capture/capturewidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 25f84de

Please sign in to comment.