dbus errors

Peter Kümmel syntheticpp at gmx.net
Sun Apr 13 15:35:55 CEST 2008


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?
Peter


More information about the Kde-windows mailing list