dbus errors

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Sun Apr 13 18:37:42 CEST 2008


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 258 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-windows/attachments/20080413/bd2a674f/attachment.pgp 


More information about the Kde-windows mailing list