Skip to content

Commit

Permalink
Fix duplicate methods
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Jul 15, 2019
1 parent f11ce0d commit 407a045
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions edbee-lib/edbee/texteditorwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,18 +274,6 @@ void TextEditorWidget::resizeEvent(QResizeEvent* event)
updateRendererViewport();
}

/// Returns the auto scroll margin
int TextEditorWidget::autoScrollMargin() const
{
return autoScrollMargin_;
}

/// Sets the auto scrollmargin
void TextEditorWidget::setAutoScrollMargin(int amount)
{
autoScrollMargin_ = amount;
}

/// a basic event-filter for recieving focus-events of the editor
/// @param obj the object to filter the events for
/// @param event the event to filter
Expand Down

0 comments on commit 407a045

Please sign in to comment.