Fix plasmoid build error when configured without web view

See https://github.com/Martchus/syncthingtray/issues/19
This commit is contained in:
Martchus 2018-08-24 15:34:36 +02:00
parent af120f1ae1
commit 587cce4216
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{