Fix QT version in a comment for wxPORT_QT
No real changes.
This commit is contained in:
@@ -69,7 +69,7 @@ enum wxPortId
|
||||
wxPORT_X11 = 1 << 5, //!< wxX11, using wxUniversal
|
||||
wxPORT_MAC = 1 << 7, //!< wxMac, using Carbon or Classic Mac API
|
||||
wxPORT_COCOA = 1 << 8, //!< wxCocoa, using Cocoa NextStep/Mac API
|
||||
wxPORT_QT = 1 << 10 //!< wxQT, using QT4
|
||||
wxPORT_QT = 1 << 10 //!< wxQT, using Qt 5+
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user