mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -30,7 +30,7 @@ class RDGroup
|
||||
{
|
||||
public:
|
||||
enum ExportType {None=0,Traffic=1,Music=2};
|
||||
RDGroup(QString name,bool create=false,QSqlDatabase *db=0);
|
||||
RDGroup(QString name,bool create=false);
|
||||
QString name() const;
|
||||
bool exists() const;
|
||||
QString description() const;
|
||||
@@ -78,7 +78,6 @@ class RDGroup
|
||||
void SetRow(const QString ¶m,unsigned value) const;
|
||||
void SetRow(const QString ¶m,const QString &value) const;
|
||||
QString ReportField(ExportType type) const;
|
||||
QSqlDatabase *group_db;
|
||||
QString group_name;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user