rust-qt-binding-generator/tests
Friedrich W. H. Kossebau d5029d7217 Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources
Summary:
Avoid potential clashes on symbols/macros from other libraries
Allows to use the generated header in projects which have
DQT_NO_SIGNALS_SLOTS_KEYWORDS or DQT_NO_KEYWORDS set

Reviewers: vandenoever

Reviewed By: vandenoever

Differential Revision: https://phabricator.kde.org/D15545
2018-09-16 19:25:26 +02:00
..
rust_functions Fix some clippy issues in written and generated code 2018-09-11 23:29:06 +02:00
rust_list Fix some clippy issues in written and generated code 2018-09-11 23:29:06 +02:00
rust_list_types Fix some clippy issues in written and generated code 2018-09-11 23:29:06 +02:00
rust_object Fix some clippy issues in written and generated code 2018-09-11 23:29:06 +02:00
rust_object_types Fix some clippy issues in written and generated code 2018-09-11 23:29:06 +02:00
rust_objects Fix some clippy issues in written and generated code 2018-09-11 23:29:06 +02:00
rust_tree Fix some clippy issues in written and generated code 2018-09-11 23:29:06 +02:00
CMakeLists.txt Update to CMake 3.10 so that AUTOMOC scans generated files 2018-08-05 14:42:14 +02:00
test_functions.cpp Fix test in testQuoteBytesFunction: it should compare to QByteArray 2018-08-05 20:04:49 +02:00
test_functions.json Adapt quote_bytes test so it return QByteArray which was not yet tested 2018-08-05 19:52:17 +02:00
test_functions_rust.cpp Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_functions_rust.h Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_list.cpp Add function to look up role number from role name 2018-05-19 17:08:18 +02:00
test_list.json Make the roles property in the bindings.json optional 2018-05-19 14:01:11 +02:00
test_list_rust.cpp Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_list_rust.h Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_list_types.cpp More precise types 2018-05-16 19:19:21 +02:00
test_list_types.json Allow optional primitive object properties 2018-05-15 21:45:05 +02:00
test_list_types_rust.cpp Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_list_types_rust.h Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_object.cpp Add licenses to all files that not generated or template code 2017-09-05 20:06:20 +02:00
test_object.json Remove unneeded typesModule property from json files 2017-08-30 07:58:47 +02:00
test_object_rust.cpp Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_object_rust.h Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_object_types.cpp Intruduce rustByFunction 2018-08-26 19:47:25 +02:00
test_object_types.json Intruduce rustByFunction 2018-08-26 19:47:25 +02:00
test_object_types_rust.cpp Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_object_types_rust.h Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_objects.cpp Add licenses to all files that not generated or template code 2017-09-05 20:06:20 +02:00
test_objects.json Remove unneeded typesModule property from json files 2017-08-30 07:58:47 +02:00
test_objects_rust.cpp Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_objects_rust.h Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_tree.cpp Add licenses to all files that not generated or template code 2017-09-05 20:06:20 +02:00
test_tree.json Use the name Tree instead of UniformTree 2017-09-03 15:13:11 +02:00
test_tree_rust.cpp Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00
test_tree_rust.h Use Q_SIGNALS/Q_EMIT instead of signals/emit in generated sources 2018-09-16 19:25:26 +02:00