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

Reply via email to