forked from qt-creator/qt-creator
CompilerExplorer: Use volatile
Currently the user can't change the Url. This is for the future. Change-Id: I7854c1dc0e680c9aa4bbb41d44dbcb9540a3b34b Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -39,7 +39,8 @@ public:
|
|||||||
|
|
||||||
Api::Config apiConfig() const
|
Api::Config apiConfig() const
|
||||||
{
|
{
|
||||||
return Api::Config(Utils::NetworkAccessManager::instance(), compilerExplorerUrl());
|
return Api::Config(Utils::NetworkAccessManager::instance(),
|
||||||
|
compilerExplorerUrl.volatileValue());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user