2025-04-30 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up numerous compiler warnings.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2025-04-30 10:48:18 -04:00
parent 619aa915e7
commit 11867fdd48
32 changed files with 118 additions and 204 deletions

View File

@@ -55,7 +55,6 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
monitor_config=new RDMonitorConfig();
monitor_config->load();
int width=sizeHint().width();
int height=sizeHint().height();
switch(monitor_config->position()) {
case RDMonitorConfig::UpperLeft:
setGeometry(0,RDMONITOR_HEIGHT,width,sizeHint().height());