diff --git a/plasmoid/lib/syncthingapplet.cpp b/plasmoid/lib/syncthingapplet.cpp index 3b71e03..0bfde0f 100644 --- a/plasmoid/lib/syncthingapplet.cpp +++ b/plasmoid/lib/syncthingapplet.cpp @@ -388,10 +388,12 @@ void SyncthingApplet::handleAboutDialogDeleted() m_aboutDlg = nullptr; } +#ifndef SYNCTHINGWIDGETS_NO_WEBVIEW void SyncthingApplet::handleWebViewDeleted() { m_webViewDlg = nullptr; } +#endif void SyncthingApplet::handleNewNotification(DateTime when, const QString &msg) {