Skip to content

Commit

Permalink
lookupspdialog : fix unsupported QT attrib (thanks travis-ci/dexX7)
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed Apr 13, 2015
1 parent 4c69da7 commit c80fa84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/lookupspdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ LookupSPDialog::LookupSPDialog(QWidget *parent) :
this->model = model;

// populate placeholder text
#if QT_VERSION >= 0x040700
ui->searchLineEdit->setPlaceholderText("ID, name or issuer");
#endif

// connect actions
connect(ui->matchingComboBox, SIGNAL(activated(int)), this, SLOT(matchingComboBoxChanged(int)));
Expand Down

0 comments on commit c80fa84

Please sign in to comment.