summaryrefslogtreecommitdiffstats
path: root/src/input/backend/action_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-2/+2
* Update QAction to use direct syncingMike Krus2019-10-011-5/+3
* Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-1/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* Remove QBackendNode::updateFromPeer()Sean Harmer2016-05-031-1/+0
* Action: use the enabled member on QBackendNodePaul Lemire2016-04-141-2/+0
* Input::Action initializes from creation changesSean Harmer2016-03-311-0/+2
* QAction: remove name propertyPaul Lemire2016-02-291-2/+0
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Action export for unit testingPaul Lemire2015-12-011-3/+2
* Action: store an actionTriggered flagPaul Lemire2015-11-301-0/+3
* Action added: backend for QActionPaul Lemire2015-11-281-0/+84