QTfrontend/ui/dialog/bandialog.h
changeset 8434 4821897a0f10
parent 8157 695f1eef72c8
equal deleted inserted replaced
8432:f2d57e987ba9 8434:4821897a0f10
     9 
     9 
    10 class BanDialog : public QDialog
    10 class BanDialog : public QDialog
    11 {
    11 {
    12     Q_OBJECT
    12     Q_OBJECT
    13 public:
    13 public:
    14     explicit BanDialog(QWidget *parent = 0);    
    14     explicit BanDialog(QWidget *parent = 0);
    15 
    15 
    16     bool byIP();
    16     bool byIP();
    17     int duration();
    17     int duration();
    18     QString banId();
    18     QString banId();
    19     QString reason();
    19     QString reason();