Apply clang-format from LLVM 6

This commit is contained in:
Martchus 2018-03-24 17:06:16 +01:00
parent 84f0f91a24
commit b12988e342
2 changed files with 3 additions and 3 deletions

View File

@ -553,7 +553,7 @@ inline const QList<QSslError> &SyncthingConnection::expectedSslErrors()
{
return m_expectedSslErrors;
}
}
} // namespace Data
Q_DECLARE_METATYPE(Data::SyncthingLogEntry)

View File

@ -55,8 +55,8 @@ WebPage::WebPage(WebViewDialog *dlg, SYNCTHINGWIDGETS_WEB_VIEW *view)
connect(this, &SYNCTHINGWIDGETS_WEB_PAGE::loadFinished, this, &WebPage::injectJavaScripts);
if (!m_view) {
// initialization for new window
// -> delegate to external browser if no view is assigned
// initialization for new window
// -> delegate to external browser if no view is assigned
#ifdef SYNCTHINGWIDGETS_USE_WEBENGINE
connect(this, &WebPage::urlChanged, this, &WebPage::delegateNewWindowToExternalBrowser);
#else