mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-14 00:25:53 +01:00
2019-10-02 Fred Gleason <fredg@paravelsystems.com>
* Refactored rdairplay(1) to use the 'RDDialog' and 'RDWidget' base classes.
This commit is contained in:
@@ -21,15 +21,10 @@
|
||||
#ifndef PIE_COUNTER_H
|
||||
#define PIE_COUNTER_H
|
||||
|
||||
#include <qwidget.h>
|
||||
#include <qdatetime.h>
|
||||
#include <qlabel.h>
|
||||
#include <qpixmap.h>
|
||||
|
||||
#include <rdlog_line.h>
|
||||
#include <rdairplay_conf.h>
|
||||
|
||||
#include "mode_display.h"
|
||||
#include <rdwidget.h>
|
||||
|
||||
//
|
||||
// Inner pie timer
|
||||
@@ -48,7 +43,7 @@
|
||||
#define PIE_Y_PADDING 7
|
||||
|
||||
|
||||
class PieCounter : public QWidget
|
||||
class PieCounter : public RDWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user