Info about scaling and screen resolution

This commit is contained in:
Klaus Basan
2019-06-09 01:00:14 +02:00
parent abe800cc16
commit 443bf03ae6
6 changed files with 119 additions and 2 deletions

View File

@@ -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);