Skip to content

Instantly share code, notes, and snippets.

@dubslow
Created July 24, 2014 20:04
Show Gist options
  • Save dubslow/17cfc17f16d30535580d to your computer and use it in GitHub Desktop.
Save dubslow/17cfc17f16d30535580d to your computer and use it in GitHub Desktop.
widget/form/addfriendform.cpp: In constructor ‘AddFriendForm::AddFriendForm()’:
widget/form/addfriendform.cpp:38:13: error: ‘class QTextEdit’ has no member named ‘setPlaceholderText’
message.setPlaceholderText(tr("Tox me maybe?","Default message in friend requests if the field is left blank. Write something appropriate!"));
^
widget/form/addfriendform.cpp: In member function ‘QString AddFriendForm::getMessage() const’:
widget/form/addfriendform.cpp:85:43: error: ‘const class QTextEdit’ has no member named ‘placeholderText’
return !msg.isEmpty() ? msg : message.placeholderText();
^
widget/form/addfriendform.cpp:86:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment