mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Allow to toggle word wrap in views
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user