mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-08 17:04:41 -04:00
Updates to support Qt v5.13
Replacement of deprecated Qt functions and member functions.
This commit is contained in:
@@ -58,7 +58,7 @@ void FPlotter::drawScale() //drawScale()
|
||||
|
||||
QRect rect0;
|
||||
QPainter painter0(&m_ScalePixmap);
|
||||
painter0.initFrom(this);
|
||||
painter0.setBackground (palette ().brush (backgroundRole ()));
|
||||
|
||||
//create Font to use for scales
|
||||
QFont Font("Arial");
|
||||
|
||||
Reference in New Issue
Block a user