No buttons image list support for Qt as for MSW.

This commit is contained in:
Jay Nabonne
2019-02-07 08:58:38 +00:00
parent cfe36f7ae7
commit e8d39f3b5c

View File

@@ -1055,7 +1055,7 @@ void MyTreeCtrl::CreateStateImageList(bool del)
AssignStateImageList(states); AssignStateImageList(states);
} }
#if USE_GENERIC_TREECTRL || !defined(__WXMSW__) #if USE_GENERIC_TREECTRL || (!defined(__WXMSW__) && !defined(__WXQT__))
void MyTreeCtrl::CreateButtonsImageList(int size) void MyTreeCtrl::CreateButtonsImageList(int size)
{ {
if ( size == -1 ) if ( size == -1 )