Skip to content
Commit 036ce830 authored by Dominik Haumann's avatar Dominik Haumann Committed by Christoph Cullmann
Browse files

Add Tools > External Tools > Configure...

This is based on the newly exposed showPluginConfigPage() in 5.63.
But the External Tools plugin is built only if 5.63 is around, anyways.

We have to use a Qt::QueuedConnection, since invoking showConfigPage()
now allows the user to disable the plugin as well, which would delete
the instances of the current code path being executed.

The QueuedConnection works around this, albeit still ugly...
Better fixes welcome.
parent fe17f312
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment