diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-02-19 22:15:08 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-02-19 22:15:08 -0500 |
| commit | 5069e6ecaeb8ff20e20952835690b6b3db5aa056 (patch) | |
| tree | 10c76d7531dd58aca15472d8d9c9a840e2bb1efc /src/model/SubaddressAccountModel.cpp | |
| parent | 7c38a836d3cff6a2c7ebb8782cc9d73d01c7b992 (diff) | |
| parent | 98abdaa5d54daeb506acefeff901d8c4ba5c9eb6 (diff) | |
| download | monzero-gui-5069e6ecaeb8ff20e20952835690b6b3db5aa056.tar.gz monzero-gui-5069e6ecaeb8ff20e20952835690b6b3db5aa056.tar.xz monzero-gui-5069e6ecaeb8ff20e20952835690b6b3db5aa056.zip | |
Merge pull request #2776
98abdaa build: fix all warnings, treat warnings as errors (xiphon)
Diffstat (limited to 'src/model/SubaddressAccountModel.cpp')
| -rw-r--r-- | src/model/SubaddressAccountModel.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/model/SubaddressAccountModel.cpp b/src/model/SubaddressAccountModel.cpp index c84b4532..51721b8b 100644 --- a/src/model/SubaddressAccountModel.cpp +++ b/src/model/SubaddressAccountModel.cpp @@ -35,17 +35,14 @@ SubaddressAccountModel::SubaddressAccountModel(QObject *parent, SubaddressAccount *subaddressAccount) : QAbstractListModel(parent), m_subaddressAccount(subaddressAccount) { - qDebug(__FUNCTION__); connect(m_subaddressAccount,SIGNAL(refreshStarted()),this,SLOT(startReset())); connect(m_subaddressAccount,SIGNAL(refreshFinished()),this,SLOT(endReset())); } void SubaddressAccountModel::startReset(){ - qDebug("SubaddressAccountModel::startReset"); beginResetModel(); } void SubaddressAccountModel::endReset(){ - qDebug("SubaddressAccountModel::endReset"); endResetModel(); } |
