~ubuntu-branches/ubuntu/vivid/choqok/vivid

« back to all changes in this revision

Viewing changes to libchoqok/choqokuiglobal.h

  • Committer: Bazaar Package Importer
  • Author(s): Rohan Garg
  • Date: 2010-08-19 23:11:24 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100819231124-yatk1tx5yfbk09dd
Tags: 0.9.85-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        void emitNewPostWidgetAdded( Choqok::UI::PostWidget *widget, Choqok::Account *theAccount,
70
70
                                    const QString &timelineName = QString() );
71
71
 
72
 
    signals:
 
72
    Q_SIGNALS:
73
73
        void newPostWidgetAdded( Choqok::UI::PostWidget *widget, Choqok::Account *theAccount,
74
74
                                 const QString &timelineName);
75
75