Allow to toggle word wrap in views

This commit is contained in:
Klaus Basan
2019-04-25 12:45:54 +02:00
parent 6d97db83ed
commit f6d68660c9
3 changed files with 28 additions and 8 deletions

View File

@@ -596,6 +596,9 @@ namespace BlackGui
//! Toggle the resize mode
void toggleResizeMode(bool checked);
//! Toggle the resize mode
void toggleWordWrap(bool checked);
//! Set the filter widget internally
//! \remarks used for dialog and filter widget
void setFilterWidgetImpl(QWidget *filterWidget);