~cyberspace/akonadi-facebook/akonadi-facebook-afiestas

« back to all changes in this revision

Viewing changes to libkfacebook/postinfo.cpp

  • Committer: Pankaj Bhambhani
  • Date: 2011-07-14 14:59:36 UTC
  • Revision ID: git-v1:8c515c61db01367d121440df1be8bd535b10bdde
Added Files for Manipulating Facebook Post Object

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  return mFrom;
45
45
}
46
46
 
47
 
void PostInfo::setSubject( const QString &subject)
48
 
{
49
 
  mSubject = subject;
50
 
}
51
47
 
52
 
QString PostInfo::subject() const
53
 
{
54
 
  return mSubject;
55
 
}
56
48
 
57
49
void PostInfo::setMessage( const QString &message)
58
50
{