Include QRect, QSize and QString from wx/qt/private/converter.h

Similarly to the previous commit, it doesn't seem to be worth it to
avoid including these simple and common headers from there and it
simplifies code and will allow making the converter functions inline.
This commit is contained in:
Vadim Zeitlin
2019-01-30 18:11:03 +01:00
parent b0d88a306d
commit 5154cc711a
2 changed files with 4 additions and 8 deletions

View File

@@ -13,10 +13,7 @@
#pragma hdrstop
#endif
#include <QtCore/QRect>
#include <QtCore/QString>
#include <QtGui/QFont>
#include <QtCore/QSize>
#if wxUSE_DATETIME
#include "wx/datetime.h"