forked from qt-creator/qt-creator
Debugger: Modernize
Mostly nullptr instead of 0, but also a few bits of collateral damage. Change-Id: I921991272aca921dcdecf302dfff3716e79dfc24 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -41,8 +41,8 @@ class ContextData;
|
||||
|
||||
// Editor tooltip support
|
||||
QString cppExpressionAt(TextEditor::TextEditorWidget *editorWidget, int pos,
|
||||
int *line, int *column, QString *function = 0,
|
||||
int *scopeFromLine = 0, int *scopeToLine = 0);
|
||||
int *line, int *column, QString *function = nullptr,
|
||||
int *scopeFromLine = nullptr, int *scopeToLine = nullptr);
|
||||
QString fixCppExpression(const QString &exp);
|
||||
QString cppFunctionAt(const QString &fileName, int line, int column = 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user