mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2021-02-02 Fred Gleason <fredg@paravelsystems.com>
* Removed dead code from 'rdadmin/list_groups.h'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -20981,3 +20981,5 @@
|
|||||||
2021-02-02 Fred Gleason <fredg@paravelsystems.com>
|
2021-02-02 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Refactored the 'Autofill Carts' dialog in rdadmin(1) to use the
|
* Refactored the 'Autofill Carts' dialog in rdadmin(1) to use the
|
||||||
model-based API.
|
model-based API.
|
||||||
|
2021-02-02 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Removed dead code from 'rdadmin/list_groups.h'.
|
||||||
|
|||||||
@@ -18,8 +18,6 @@
|
|||||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <math.h>
|
|
||||||
|
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
|
|
||||||
#include <rdapplication.h>
|
#include <rdapplication.h>
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ class ListGroups : public RDDialog
|
|||||||
void deleteData();
|
void deleteData();
|
||||||
void reportData();
|
void reportData();
|
||||||
void doubleClickedData(const QModelIndex &index);
|
void doubleClickedData(const QModelIndex &index);
|
||||||
// void doubleClickedData(Q3ListViewItem *item,const QPoint &pt,int col);
|
|
||||||
void modelResetData();
|
void modelResetData();
|
||||||
void closeData();
|
void closeData();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user