2018-08-17 Fred Gleason <fredg@paravelsystems.com>

* Fixed the incorrect background color in the meters in rdcatch(1).
This commit is contained in:
Fred Gleason
2018-08-17 12:38:16 -04:00
parent 8abcc89174
commit a385a50645
3 changed files with 54 additions and 61 deletions

View File

@@ -2,7 +2,7 @@
//
// A playback audio meter widget.
//
// (C) Copyright 2002-2003,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU Library General Public License
@@ -21,20 +21,16 @@
#ifndef RDPLAYMETER_H
#define RDPLAYMETER_H
#include <qwidget.h>
#include <qcolor.h>
#include <qpainter.h>
#include <qsize.h>
#include <qsizepolicy.h>
#include <qstring.h>
#include <qrect.h>
#include <qfont.h>
//Added by qt3to4:
#include <QPaintEvent>
#include <qpainter.h>
#include <qrect.h>
#include <qsize.h>
#include <qstring.h>
#include <qwidget.h>
#include <rdsegmeter.h>
class RDPlayMeter : public QWidget
{
Q_OBJECT