Skip to content

Commit

Permalink
Merge pull request bitcoin#2 from wellenreiter01/master-0.8
Browse files Browse the repository at this point in the history
enabled QR Code
  • Loading branch information
FeatherCoin committed Nov 27, 2013
2 parents 6c960b1 + 4e7792b commit b6a77be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/addressbookpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ AddressBookPage::AddressBookPage(Mode mode, Tabs tab, QWidget *parent) :

#ifndef USE_QRCODE
ui->showQRCode->setVisible(false);
#else
ui->showQRCode->setVisible(true);
#endif

switch(mode)
Expand Down

0 comments on commit b6a77be

Please sign in to comment.