forked from qt-creator/qt-creator
Editor: Move inFindScope back to exported class.
To allow invoking it from BaseTextFind. Task-number: QTCREATORBUG-14300 Change-Id: Id9f553d166f7b929e00238327e22d6a915957b77 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -623,6 +623,9 @@ protected slots:
|
||||
virtual void slotCursorPositionChanged(); // Used in VcsBase
|
||||
virtual void slotCodeStyleSettingsChanged(const QVariant &); // Used in CppEditor
|
||||
|
||||
bool inFindScope(const QTextCursor &cursor);
|
||||
bool inFindScope(int selectionStart, int selectionEnd);
|
||||
|
||||
void doFoo();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user