Merge pull request #2776

98abdaa build: fix all warnings, treat warnings as errors (xiphon)
This commit is contained in:
luigi1111
2020-02-19 22:15:08 -05:00
21 changed files with 36 additions and 73 deletions

View File

@@ -32,7 +32,6 @@
AddressBook::AddressBook(Monero::AddressBook *abImpl,QObject *parent)
: QObject(parent), m_addressBookImpl(abImpl)
{
qDebug(__FUNCTION__);
getAll();
}
@@ -48,8 +47,6 @@ int AddressBook::errorCode() const
void AddressBook::getAll()
{
qDebug(__FUNCTION__);
emit refreshStarted();
{