mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Info about scaling and screen resolution
This commit is contained in:
@@ -32,7 +32,7 @@ namespace BlackGui
|
||||
explicit CScaleScreenFactor(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CScaleScreenFactor();
|
||||
virtual ~CScaleScreenFactor() override;
|
||||
|
||||
//! Minimum/maximum values
|
||||
void setMinMax(int min, int max);
|
||||
|
||||
Reference in New Issue
Block a user