Files
qt-creator/src/plugins
Jarek Kobus a673fca144 Simplify interface of classes in ClassViewPlugin
Allow for direct connections where signal emitter and
receiver live in the same thread.
Remove unneeded mutexState, as changes to state and
all queries of state are done in the same thread.
Remove some indirections by removing some signals
and by calling respective slots through
QMetaObject::invokeMethod() or directly.
Remove some unused methods.
Remove a code path of setState(false), as this was never called.
Remove an initial call to onProjectListChanged(), as initially
the state is false and a call is no-op.

This change doesn't influence the existing behavior.

Task-number: QTCREATORBUG-25317
Change-Id: I683525b49afaf04e155d1859bb85ee5dd8e26dd2
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2021-02-08 15:49:40 +00:00
..
2020-09-30 14:57:20 +00:00
2020-09-30 14:57:20 +00:00
2021-01-22 09:37:12 +00:00
2021-02-04 12:15:18 +00:00
2020-11-20 15:43:25 +00:00
2021-02-03 13:53:49 +00:00
2020-10-25 08:47:07 +00:00