mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-24 07:23:36 +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:
|
public:
|
||||||
/** Constructor */
|
/** Constructor */
|
||||||
explicit TEnumComboBox(QWidget* pParent = 0)
|
explicit TEnumComboBox(QWidget* pParent = nullptr)
|
||||||
: QComboBox(pParent)
|
: QComboBox(pParent)
|
||||||
{
|
{
|
||||||
for (typename TEnumReflection<EnumT>::CIterator It; It; ++It)
|
for (typename TEnumReflection<EnumT>::CIterator It; It; ++It)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user