CppEditor: Remove forwarding function

Change-Id: Iebc7b3c8e9cd119d95c15c723bad6e9782a956a9
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Nikolai Kosjar
2015-02-05 16:31:00 +01:00
parent d4dcef2fc1
commit 8fa3350570
2 changed files with 0 additions and 8 deletions

View File

@@ -580,12 +580,6 @@ bool CppEditorWidget::handleStringSplitting(QKeyEvent *e) const
return false;
}
void CppEditorWidget::applyFontSettings()
{
// This also makes the document apply font settings
TextEditorWidget::applyFontSettings();
}
void CppEditorWidget::slotCodeStyleSettingsChanged(const QVariant &)
{
QtStyleCodeFormatter formatter;

View File

@@ -101,8 +101,6 @@ protected:
void keyPressEvent(QKeyEvent *e) Q_DECL_OVERRIDE;
bool handleStringSplitting(QKeyEvent *e) const;
void applyFontSettings() Q_DECL_OVERRIDE;
Link findLinkAt(const QTextCursor &, bool resolveTarget = true,
bool inNextSplit = false) Q_DECL_OVERRIDE;