mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-23 15:03:47 +00:00
TEnumComboBox: Make use of nullptr
This commit is contained in:
parent
b4eadc2184
commit
43e4122461
@ -16,7 +16,7 @@ class TEnumComboBox : public QComboBox
|
||||
|
||||
public:
|
||||
/** Constructor */
|
||||
explicit TEnumComboBox(QWidget* pParent = 0)
|
||||
explicit TEnumComboBox(QWidget* pParent = nullptr)
|
||||
: QComboBox(pParent)
|
||||
{
|
||||
for (typename TEnumReflection<EnumT>::CIterator It; It; ++It)
|
||||
|
Loading…
x
Reference in New Issue
Block a user