forked from qt-creator/qt-creator
Cdb: Make extension parameters accessible again
Change-Id: I0796f7ac3cbb5c7af77b2db51bd75c9671b1a770 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -37,7 +37,7 @@ class OutputCallback;
|
|||||||
class ExtensionCommandContext;
|
class ExtensionCommandContext;
|
||||||
|
|
||||||
// Global parameters
|
// Global parameters
|
||||||
class Parameters
|
struct Parameters
|
||||||
{
|
{
|
||||||
unsigned maxStringLength = 10000;
|
unsigned maxStringLength = 10000;
|
||||||
unsigned maxArraySize = 100;
|
unsigned maxArraySize = 100;
|
||||||
|
|||||||
Reference in New Issue
Block a user