forked from qt-creator/qt-creator
CppEditor: Remove forwarding function
Change-Id: Iebc7b3c8e9cd119d95c15c723bad6e9782a956a9 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -580,12 +580,6 @@ bool CppEditorWidget::handleStringSplitting(QKeyEvent *e) const
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CppEditorWidget::applyFontSettings()
|
|
||||||
{
|
|
||||||
// This also makes the document apply font settings
|
|
||||||
TextEditorWidget::applyFontSettings();
|
|
||||||
}
|
|
||||||
|
|
||||||
void CppEditorWidget::slotCodeStyleSettingsChanged(const QVariant &)
|
void CppEditorWidget::slotCodeStyleSettingsChanged(const QVariant &)
|
||||||
{
|
{
|
||||||
QtStyleCodeFormatter formatter;
|
QtStyleCodeFormatter formatter;
|
||||||
|
|||||||
@@ -101,8 +101,6 @@ protected:
|
|||||||
void keyPressEvent(QKeyEvent *e) Q_DECL_OVERRIDE;
|
void keyPressEvent(QKeyEvent *e) Q_DECL_OVERRIDE;
|
||||||
bool handleStringSplitting(QKeyEvent *e) const;
|
bool handleStringSplitting(QKeyEvent *e) const;
|
||||||
|
|
||||||
void applyFontSettings() Q_DECL_OVERRIDE;
|
|
||||||
|
|
||||||
Link findLinkAt(const QTextCursor &, bool resolveTarget = true,
|
Link findLinkAt(const QTextCursor &, bool resolveTarget = true,
|
||||||
bool inNextSplit = false) Q_DECL_OVERRIDE;
|
bool inNextSplit = false) Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user