QTfrontend/ui/page/pageadmin.cpp
changeset 6680 907999eff9e9
parent 6616 f77bb02b669f
child 6700 e04da46ee43c
equal deleted inserted replaced
6679:d8b98aa486a6 6680:907999eff9e9
    77 }
    77 }
    78 
    78 
    79 void PageAdmin::connectSignals()
    79 void PageAdmin::connectSignals()
    80 {
    80 {
    81     connect(pbAsk, SIGNAL(clicked()), this, SIGNAL(askServerVars()));
    81     connect(pbAsk, SIGNAL(clicked()), this, SIGNAL(askServerVars()));
    82     connect(leServerMessageNew, SIGNAL(textEdited(const QString &)), tb, SLOT(setHtml(const QString &)));
    82     connect(leServerMessageNew, SIGNAL(textChanged(QString)), tb, SLOT(setHtml(const QString &)));
    83     connect(leServerMessageOld, SIGNAL(textEdited(const QString &)), tb, SLOT(setHtml(const QString &)));
    83     connect(leServerMessageOld, SIGNAL(textChanged(QString)), tb, SLOT(setHtml(const QString &)));
    84     connect(pbClearAccountsCache, SIGNAL(clicked()), this, SIGNAL(clearAccountsCache()));
    84     connect(pbClearAccountsCache, SIGNAL(clicked()), this, SIGNAL(clearAccountsCache()));
    85     connect(pbSetSM, SIGNAL(clicked()), this, SLOT(smChanged()));
    85     connect(pbSetSM, SIGNAL(clicked()), this, SLOT(smChanged()));
    86 }
    86 }
    87 
    87 
    88 PageAdmin::PageAdmin(QWidget* parent) : AbstractPage(parent)
    88 PageAdmin::PageAdmin(QWidget* parent) : AbstractPage(parent)