mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02: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:
@@ -40,8 +40,8 @@ class MainObject : public QObject
|
||||
MainObject(QObject *parent=0);
|
||||
|
||||
private:
|
||||
QSqlDatabase *src_db;
|
||||
QSqlDatabase *dest_db;
|
||||
QSqlDatabase src_db;
|
||||
QSqlDatabase dest_db;
|
||||
RDConfig *rd_config;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user