aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/menunode.h
Commit message (Collapse)AuthorAgeFilesLines
* Move glib includes outside of extern "C"Luca Weiss2021-05-171-2/+0
| | | | | | | | | | | | | | | | Recent glib versions throw this error otherwise: In file included from /usr/include/glib-2.0/glib/gatomic.h:31, from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:22: /usr/include/c++/10.2.1/type_traits:56:3: error: template with C linkage 56 | template<typename _Tp, _Tp __v> | ^~~~~~~~ /home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:21:1: note: 'extern "C"' linkage started here 21 | extern "C" { | ^~~~~~~~~~
* Fixed #define guardMarcus Tomlinson2013-11-061-1/+1
|
* Fixed item removal and insertion.Renato Araujo Oliveira Filho2013-01-101-0/+6
| | | | Removed debug messages. Fixed tests to work with new tree model structure.
* Implmeneted QMenuModel as tree model.Renato Araujo Oliveira Filho2013-01-031-0/+70