forked from qt-creator/qt-creator
BaseEditor: Open locator "l <line:column>" on toolbar line widget click
Task-number: QTCREATORBUG-8811 Change-Id: Ia3ece9efb7e2c6d227ab3395aca636a27f667f0d Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
committed by
David Schulz
parent
ad0331a2a9
commit
e89c30feb8
@@ -669,8 +669,10 @@ public:
|
||||
void setCursorPosition(int pos);
|
||||
void select(int toPos);
|
||||
const Utils::CommentDefinition* commentDefinition() const;
|
||||
|
||||
private slots:
|
||||
void updateCursorPosition();
|
||||
void openGotoLocator();
|
||||
|
||||
private:
|
||||
BaseTextEditorWidget *e;
|
||||
|
||||
Reference in New Issue
Block a user