dbus errors

Jeff Mitchell kde-dev at emailgoeshere.com
Sun Apr 13 19:13:51 CEST 2008


Christian Ehrlicher wrote:
> Peter Kümmel schrieb:
>> Jeff Mitchell wrote:
>>   > Here's a (zipped, original was over 40k) output from running with
>>> /showIncludes.
>>>
>>> Hopefully you can find something.
>>
>>
>> Looking again on the showIncludes ouput, I wonder if it would help to
>> first include all the Qt headers and then to include the ms stuff?
>> Have you tried it?
>>
>>
>> By the way, what is the preferred include order? First the local one
>> and then the common or inverted?
>>
>> #include "MyHeader.h" // project only
>> #include <QWidget>    // system with Qt only
>> #include <map>        // all C++ systems
>>
>> or
>>
>> #include <map>
>> #include <QWidget>
>> #include "MyHeader.h"
>>
>> Is there a "best practice" rule, maybe somewhere discussed in a blog 
>> or book?
> 
> According to trolltech: 'Qt headers first'

Sorry for the email before, something got hosed in remote desktop.

Anyways, I've removed all dbus stuff from the WMI backend.  If it's 
necessary to add anything in, I'll try reversing header order.

Thanks for the suggestion,
Jeff


More information about the Kde-windows mailing list