mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2021-04-18 Fred Gleason <fredg@paravelsystems.com>
* Escaped all SQL identifiers in 'rdadmin/'. * Replaced " with ' delimiters in all SQL literal strings in 'rdadmin/'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include <qpushbutton.h>
|
||||
|
||||
#include <rddialog.h>
|
||||
#include <rdservicelistmodel.h>
|
||||
#include <rdstation.h>
|
||||
|
||||
class EditCartSlots : public RDDialog
|
||||
@@ -72,6 +73,7 @@ class EditCartSlots : public RDDialog
|
||||
QPushButton *edit_cart_button;
|
||||
QLabel *edit_service_label;
|
||||
QComboBox *edit_service_box;
|
||||
RDServiceListModel *edit_service_model;
|
||||
QSpinBox *edit_card_spin;
|
||||
QSpinBox *edit_input_spin;
|
||||
QSpinBox *edit_output_spin;
|
||||
|
||||
Reference in New Issue
Block a user