Modernized code and fixed compiler warnings in Guisan widgets
This commit is contained in:
parent
0c56349025
commit
959f0869cb
27 changed files with 432 additions and 500 deletions
|
@ -222,7 +222,7 @@ namespace gcn
|
|||
/**
|
||||
* The list model to use.
|
||||
*/
|
||||
ListModel *mListModel;
|
||||
ListModel *mListModel{};
|
||||
|
||||
/**
|
||||
* The selected item as an index in the list model.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue