Browse Source

clientDieing is called QWebThree dealloc

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
c2095d44b7
  1. 3
      libqethereum/QEthereum.cpp

3
libqethereum/QEthereum.cpp

@ -33,6 +33,7 @@ QWebThree::QWebThree(QObject* _p): QObject(_p)
QWebThree::~QWebThree()
{
clientDieing();
}
static QString toJsonRpcBatch(std::vector<unsigned> const& _watches, QString _method)
@ -86,8 +87,8 @@ void QWebThree::clearWatches()
void QWebThree::clientDieing()
{
this->disconnect();
clearWatches();
this->disconnect();
}
static QString formatInput(QJsonObject const& _object)

Loading…
Cancel
Save