Fix QT version in a comment for wxPORT_QT
No real changes.
This commit is contained in:
@@ -79,7 +79,7 @@ enum wxPortId
|
|||||||
wxPORT_OSX = wxPORT_MAC, // wxOSX, using Cocoa or iPhone API
|
wxPORT_OSX = wxPORT_MAC, // wxOSX, using Cocoa or iPhone API
|
||||||
wxPORT_COCOA = 1 << 8, // wxCocoa, using Cocoa NextStep/Mac API
|
wxPORT_COCOA = 1 << 8, // wxCocoa, using Cocoa NextStep/Mac API
|
||||||
wxPORT_WINCE = 1 << 9, // obsolete
|
wxPORT_WINCE = 1 << 9, // obsolete
|
||||||
wxPORT_QT = 1 << 10 // wxQT, using QT4
|
wxPORT_QT = 1 << 10 // wxQT, using Qt 5+
|
||||||
};
|
};
|
||||||
|
|
||||||
// architecture of the operating system
|
// architecture of the operating system
|
||||||
|
@@ -69,7 +69,7 @@ enum wxPortId
|
|||||||
wxPORT_X11 = 1 << 5, //!< wxX11, using wxUniversal
|
wxPORT_X11 = 1 << 5, //!< wxX11, using wxUniversal
|
||||||
wxPORT_MAC = 1 << 7, //!< wxMac, using Carbon or Classic Mac API
|
wxPORT_MAC = 1 << 7, //!< wxMac, using Carbon or Classic Mac API
|
||||||
wxPORT_COCOA = 1 << 8, //!< wxCocoa, using Cocoa NextStep/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