mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Ref T369, link font size signals with dock widget
This commit is contained in:
@@ -140,6 +140,11 @@ namespace BlackGui
|
||||
//! Top level has changed for given widget
|
||||
void widgetTopLevelChanged(CDockWidget *, bool topLevel);
|
||||
|
||||
//! Font size signals @{
|
||||
void fontSizePlus();
|
||||
void fontSizeMinus();
|
||||
//! @}
|
||||
|
||||
protected:
|
||||
//! Constructor
|
||||
explicit CDockWidget(QWidget *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user