forked from qt-creator/qt-creator
Moved the mouse navigation option to the Behaviour settings page
It used to be hidden on the Display settings page. Task-number: QTCREATORBUG-135
This commit is contained in:
@@ -62,6 +62,7 @@ class ITextMarkable;
|
||||
class TextEditorActionHandler;
|
||||
class BaseTextDocument;
|
||||
class FontSettings;
|
||||
struct BehaviorSettings;
|
||||
struct StorageSettings;
|
||||
|
||||
struct Parenthesis;
|
||||
@@ -505,6 +506,7 @@ public slots:
|
||||
void setFontSettingsIfVisible(const TextEditor::FontSettings &);
|
||||
virtual void setTabSettings(const TextEditor::TabSettings &);
|
||||
virtual void setDisplaySettings(const TextEditor::DisplaySettings &);
|
||||
virtual void setBehaviorSettings(const TextEditor::BehaviorSettings &);
|
||||
virtual void setStorageSettings(const TextEditor::StorageSettings &);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user