Fix QSearchField on non-mac.

This commit is contained in:
John Maguire 2012-06-28 12:50:32 +02:00
parent e6ed894f39
commit 1ebca65c0b
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ void QSearchField::setPlaceholderText(const QString &text)
#endif
}
void QSearchField::placeholderText() const {
QString QSearchField::placeholderText() const {
return pimpl->lineEdit->placeholderText();
}