forked from qt-creator/qt-creator
Lua: Silence soft assert
Change-Id: I69a1b9b1dd4099beccea26c16f5aceb5a9dbf5ff Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -74,6 +74,7 @@ void addFetchModule()
|
|||||||
Module()
|
Module()
|
||||||
{
|
{
|
||||||
setSettingsGroup("Lua.Fetch");
|
setSettingsGroup("Lua.Fetch");
|
||||||
|
setAutoApply(false);
|
||||||
|
|
||||||
pluginsAllowedToFetch.setSettingsKey("pluginsAllowedToFetch");
|
pluginsAllowedToFetch.setSettingsKey("pluginsAllowedToFetch");
|
||||||
pluginsAllowedToFetch.setLabelText("Plugins allowed to fetch data from the internet");
|
pluginsAllowedToFetch.setLabelText("Plugins allowed to fetch data from the internet");
|
||||||
|
|||||||
Reference in New Issue
Block a user