D25244: Implement ISpellChecker backend for Windows >= 8

Hannah von Reth noreply at phabricator.kde.org
Sat Nov 16 21:11:44 GMT 2019


vonreth added inline comments.

INLINE COMMENTS

> ispellcheckerclient.cpp:33
> +    // init com if needed
> +    m_wasCOMInitialized = SUCCEEDED(CoInitializeEx(nullptr, COINIT_MULTITHREADED));
> +

is that needed? It should be handled by the qt main loop?

> ispellcheckerclient.cpp:59
> +    // de-init com if needed
> +    if (m_wasCOMInitialized) {
> +        CoUninitialize();

qt main loop again

REPOSITORY
  R246 Sonnet

REVISION DETAIL
  https://phabricator.kde.org/D25244

To: cullmann, #frameworks, vonreth
Cc: mludwig, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20191116/fcc81991/attachment.html>


More information about the Kde-frameworks-devel mailing list