diff options
-rw-r--r-- | src/plugins/android/androidmanifesteditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidmanifesteditor.h b/src/plugins/android/androidmanifesteditor.h index f8851972cd..d419e9f13d 100644 --- a/src/plugins/android/androidmanifesteditor.h +++ b/src/plugins/android/androidmanifesteditor.h @@ -58,7 +58,7 @@ public: int currentLine() const; int currentColumn() const; - void gotoLine(int line, int column = 0) { textEditor()->gotoLine(line, column); } + void gotoLine(int line, int column = 0, bool centerLine = true) { textEditor()->gotoLine(line, column, centerLine); } private slots: void changeEditorPage(QAction *action); |