mastercoin-MSC / mastercore

mastercore info
mastercoin.org
MIT License
24 stars 11 forks source link

Guard against setPlaceholderText < QT 4.7 #264

Closed dexX7 closed 9 years ago

dexX7 commented 9 years ago

setPlaceholderText is unsupported in earlier QT versions.

See similar checks of this kind: https://github.com/mastercoin-MSC/mastercore/blob/mscore-0.0.9/src/qt/guiutil.cpp#L99-L101 https://github.com/mastercoin-MSC/mastercore/blob/mscore-0.0.9/src/qt/transactionview.cpp#L88-L90 https://github.com/mastercoin-MSC/mastercore/blob/mscore-0.0.9/src/qt/transactionview.cpp#L94-L96 ...

dexX7 commented 9 years ago

Pushed to the UI branch: https://github.com/zathras-crypto/mastercore/pull/14