aboutsummaryrefslogtreecommitdiff
path: root/tests/client/qmltest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the qmltests test imports, at leastcorrect-1-0Dalton Durst2022-02-011-45/+16
| | | | | | | | | | | The loadmodule.qml and loadmodule2.qml files never actually loaded in their views but the test case was still passing. I wasn't able to discern what the tests were actually supposed to do when they were working. Therefore, I removed the majority of the tests and just made sure the import for qmenumodel is working. At least it does *something* now, I guess.
* 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" { | ^~~~~~~~~~
* Updated debian package to use debhelper instead of cdbs.Renato Araujo Oliveira Filho2012-11-071-3/+1
|\ | | | | Approved by Olivier Tilloy.
| * Removed QtTestGui include from tests.Renato Araujo Oliveira Filho2012-10-311-1/+1
| |
| * Removed show widgets functions to avoid problems in the auto builder.Renato Araujo Oliveira Filho2012-10-311-2/+0
| |
* | Fixed tests code to avoid crash if dbus session is not avaliable.Renato Araujo Oliveira Filho2012-11-021-2/+1
|/
* Created unit test for crash during model destruction.Renato Araujo Oliveira Filho2012-10-111-0/+29
|
* Fixed typo in function name.Renato Araujo Oliveira Filho2012-10-101-1/+1
|
* Fixed crash during model destruction in QML.Renato Araujo Oliveira Filho2012-10-091-0/+91