mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-08 08:54:41 -04:00
Squash more compiler warnings
This commit is contained in:
+1
-1
@@ -273,7 +273,7 @@ void CPlotter::UTCstr()
|
||||
ihr=imin/60;
|
||||
imin=imin % 60;
|
||||
}
|
||||
sprintf(m_sutc,"%2.2d:%2.2d",ihr,imin);
|
||||
m_sutc = QString {"%1:%2"}.arg (ihr, 2).arg (imin, 2);
|
||||
}
|
||||
|
||||
void CPlotter::DrawOverlay() //DrawOverlay()
|
||||
|
||||
Reference in New Issue
Block a user