Include wx/qt/private/converter.h from src/qt/converter.cpp
Follow standard practice and include the header corresponding to the source file from it explicitly. Also include wx/gdicmn.h from the header itself, this is a pretty common header and there is no real advantage in avoiding it there and including it allows to avoid a bunch of forward declarations.
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
#include <QtCore/QDate>
|
||||
#endif // wxUSE_DATETIME
|
||||
|
||||
#include "wx/kbdstate.h"
|
||||
#include "wx/gdicmn.h"
|
||||
#include "wx/qt/private/converter.h"
|
||||
|
||||
|
||||
wxPoint wxQtConvertPoint( const QPoint &point )
|
||||
|
||||
Reference in New Issue
Block a user