forked from qt-creator/qt-creator
Debugger: Comment out unused variables
debuggertooltipmanager.cpp:98:12: warning: unused variable 'modelElementC' debuggertooltipmanager.cpp:99:12: warning: unused variable 'modelColumnCountAttributeC' debuggertooltipmanager.cpp💯12: warning: unused variable 'modelRowElementC' Change-Id: I141a3b86080e1855b83bb277a5d6a04428925e03 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -95,9 +95,9 @@ const char dateAttributeC[] = "date";
|
||||
const char treeElementC[] = "tree";
|
||||
const char treeExpressionAttributeC[] = "expression";
|
||||
const char treeInameAttributeC[] = "iname";
|
||||
const char modelElementC[] = "model";
|
||||
const char modelColumnCountAttributeC[] = "columncount";
|
||||
const char modelRowElementC[] = "row";
|
||||
// const char modelElementC[] = "model";
|
||||
// const char modelColumnCountAttributeC[] = "columncount";
|
||||
// const char modelRowElementC[] = "row";
|
||||
const char modelItemElementC[] = "item";
|
||||
|
||||
static void purgeClosedToolTips();
|
||||
|
||||
Reference in New Issue
Block a user