summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/code
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2017-05-29 11:38:35 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2017-06-02 10:29:59 +0000
commitf28d78df482463a101d8d2fd07f300a8b387e057 (patch)
tree8b8c59558dd99699c6ce5a20e4d26767384e6fd1 /src/widgets/doc/snippets/code
parent0e3d6214df0ccc3f181c97ccd27cc93e428688ae (diff)
xcb: remove duplicate QXcbConnection::supportsThreadedRendering()
It is unused and it duplicates QXcbConnection::threadedEventHandling(): bool supportsThreadedRendering() const { return m_reader->isRunning(); } bool threadedEventHandling() const { return m_reader->isRunning(); } "threadedEventHandling" is more appropriate name by looking at the body of the function. Change-Id: I99733e9c1ddb3ff75444d61d28eca54dcd6b0418 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/widgets/doc/snippets/code')
0 files changed, 0 insertions, 0 deletions