summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@signal-slot.co.jp>2023-01-12 11:25:07 +0900
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-01-16 20:30:28 +0000
commit03ed57afa0c5af5076583dd4e415e54983e7e0a8 (patch)
treebc3aa37257f5ade38be1abe62fabb31f2db83c3d /examples
parente0a5915f88a780ba0791bce5ed042e92036a4900 (diff)
Move QApplication::autoSipEnabled() to public scope
The method is not meant be a slot. warning: getter QApplication::autoSipEnabled possibly mismarked as a slot [clazy-const-signal-or-slot] [ChangeLog][QtWidgets][Potentially Source-Incompatible Changes] bool QApplication::autoSipEnabled() is no longer a slot. Code such as using QObject::connect() to connect to it as a slot or accessing it through meta object system will have to be rewritten. Pick-to: 6.5 Change-Id: I892a51120478f3c90e5834c8e3e00bc836b84c52 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions