aboutsummaryrefslogtreecommitdiff
path: root/examples/example_5_rpcInterface/remoteinterface.h
Commit message (Collapse)AuthorAgeFilesLines
* Disable Qt keywords completelyLinus Jahn2022-12-261-2/+2
| | | | | | | | | | | | | | | Previously we had the policy that no qt keywords were allowed in headers that may be included by users. However since there was no automatic test verifying that in some places keywords were still used. This now disables qt keywords completely, also in tests and examples. Qt keywords are in general no good or really good idea as they even conflict with the standard library (`emit` at least). In some cases in the examples I just removed the slot tag if the functions didn't need to be slots (anymore). Closes #503.
* REUSE-ify whole projectLinus Jahn2022-01-151-0/+4
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-5/+4
|
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-2/+2
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* don't include QXmppInvokable.h and QXmppRemoteMethod.hJeremy Lainé2010-12-131-1/+1
|
* rename "example" to "examples"Jeremy Lainé2010-08-101-0/+20