2018-02-03 Fred Gleason <fredg@paravelsystems.com>

* Converted rdcastmanager.cgi to use RDApplication.
This commit is contained in:
Fred Gleason
2018-02-02 18:06:09 -05:00
parent 79c0e1d825
commit afc426226c
3 changed files with 86 additions and 102 deletions

View File

@@ -2,7 +2,7 @@
//
// Web-Based RSS Podcast Manager for Rivendell.
//
// (C) Copyright 2002-2007,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2007,2016-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 General Public License version 2 as
@@ -22,11 +22,12 @@
#define RDCASTMANAGER_H
#include <qobject.h>
#include <qsqldatabase.h>
#include <qhostaddress.h>
#include <rdformpost.h>
#define RDCASTMANAGER_CGI_USAGE "\n"
//
// CGI Values
//
@@ -84,7 +85,6 @@ class MainObject : public QObject
bool cast_delete_priv;
QDate cast_start_date;
QDate cast_end_date;
RDConfig *cast_config;
};