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;
|
||||
}
|
||||
|
||||
void CppEditorWidget::applyFontSettings()
|
||||
{
|
||||
// This also makes the document apply font settings
|
||||
TextEditorWidget::applyFontSettings();
|
||||
}
|
||||
|
||||
void CppEditorWidget::slotCodeStyleSettingsChanged(const QVariant &)
|
||||
{
|
||||
QtStyleCodeFormatter formatter;
|
||||
|
||||
Reference in New Issue
Block a user