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
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to