Re: Using KSSLSettings from KHTML

2013-10-30 Thread David Faure
On Tuesday 29 October 2013 15:22:18 David Edmundson wrote: > Currently KHTMLPart uses KSSLSettings from KIOCore > > It uses the methods: > warnOnUnencrypted > setWarnOnUnencrypted > > This class does not have the header exported in KIOCore, so whilst it > builds now it will fail when we split. >

Using KSSLSettings from KHTML

2013-10-29 Thread David Edmundson
Currently KHTMLPart uses KSSLSettings from KIOCore It uses the methods: warnOnUnencrypted setWarnOnUnencrypted This class does not have the header exported in KIOCore, so whilst it builds now it will fail when we split. The CMakeLists.txt file of KIOCore has a comment kssl/ksslsettings.cpp