forked from qt-creator/qt-creator
TextEditor: Replace in-class connection by virtual function
Change-Id: Ifb51606f71100223631d086318c230a478d70712 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -490,7 +490,6 @@ public slots:
|
||||
signals:
|
||||
void assistFinished();
|
||||
void readOnlyChanged();
|
||||
void refactorMarkerClicked(const TextEditor::RefactorMarker &marker);
|
||||
|
||||
void requestFontZoom(int zoom);
|
||||
void requestZoomReset();
|
||||
@@ -536,6 +535,8 @@ protected:
|
||||
virtual void triggerPendingUpdates();
|
||||
virtual void applyFontSettings();
|
||||
|
||||
virtual void onRefactorMarkerClicked(const RefactorMarker &) {}
|
||||
|
||||
void showDefaultContextMenu(QContextMenuEvent *e, Core::Id menuContextId);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user