dbus errors

Jeff Mitchell kde-dev at emailgoeshere.com
Sun Apr 13 19:13:01 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'
> 
> 
> Christian
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Kde-windows mailing list
> Kde-windows at kde.org
> https://mail.kde.org/mailman/listinfo/kde-windows



More information about the Kde-windows mailing list