Skip to content

Commit

Permalink
fixed issue #176
Browse files Browse the repository at this point in the history
  • Loading branch information
wellenreiter01 committed Apr 11, 2017
1 parent b5d8bc0 commit ad8a5c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/qt/addressbookpage.cpp
Expand Up @@ -20,8 +20,6 @@

#ifdef USE_QRCODE
#include "qrcodedialog.h"
#endif
#ifdef USE_ZXING
#include "snapwidget.h"
#endif

Expand Down Expand Up @@ -660,4 +658,4 @@ void AddressBookPage::exportAddress()
QMessageBox::critical(this, tr("Exporting Failed"), tr("Could not write to file %1.").arg(filename),
QMessageBox::Abort, QMessageBox::Abort);
}
}
}

0 comments on commit ad8a5c8

Please sign in to comment.