Mercurial > hg > sonic-visualiser
diff main/main.cpp @ 2527:e499ec4a32c9
Another old-build fix
author | Chris Cannam |
---|---|
date | Wed, 29 Apr 2020 15:28:00 +0100 |
parents | f3f9114ff295 |
children | a004f981f6f5 |
line wrap: on
line diff
--- a/main/main.cpp Wed Apr 29 15:27:53 2020 +0100 +++ b/main/main.cpp Wed Apr 29 15:28:00 2020 +0100 @@ -431,9 +431,11 @@ StoreStartupLocale(); +#if (QT_VERSION >= 0x050400) SVDEBUG << "Note: SSL library build version is: " << QSslSocket::sslLibraryBuildVersionString() << endl; +#endif // Make known-plugins query as early as possible after showing // splash screen.