Test class for overloaded signals and slots. More...
| Header: | #include <TestClass> |
| TestClass() | |
| void | dataChanged(int value) |
| void | dataChanged(const String &value) |
| void | process(int value) |
| void | process(const String &value) |
| void | regularFunction(int value) |
| void | regularFunction(const String &value) |
Constructs a TestClass.
This method takes an integer value. (Tests overload note for methods that aren't signals/slots)
This method takes a string value.
This is an overloaded function.
Processes an integer value. (Tests overload note for methods that aren't signals/slots)
Processes a string value.
This is an overloaded function.
Regular function that takes an integer value.
Regular function that takes a string value.
This is an overloaded function.