mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
2021-02-02 Fred Gleason <fredg@paravelsystems.com>
* Refactored the 'Autofill Carts' dialog in rdadmin(1) to use the model-based API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -51,11 +51,6 @@ class RDCartDialog : public RDDialog
|
||||
public slots:
|
||||
int exec(int *cartnum,RDCart::Type type,const QString &svc,
|
||||
bool *temp_allowed);
|
||||
// int exec(int *cartnum,RDCart::Type type,QString *svcname,int svc_quan,
|
||||
// bool *temp_allowed);
|
||||
// int exec(int *cartnum,RDCart::Type type,QString *svcname,int svc_quan,
|
||||
// const QString &username,const QString &passwd,
|
||||
// bool *temp_allowed=NULL);
|
||||
|
||||
private slots:
|
||||
void modelResetData();
|
||||
|
Reference in New Issue
Block a user