~ubuntu-branches/ubuntu/raring/kdepimlibs/raring-proposed

« back to all changes in this revision

Viewing changes to akonadi/subscriptiondialog_p.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-07-26 17:13:11 UTC
  • mfrom: (1.1.81)
  • Revision ID: package-import@ubuntu.com-20120726171311-j2heoxylb6lbhg4w
Tags: 4:4.9.0-0ubuntu1
* New upstream release
* Use direct build-depends versions rather than kde-sc-dev-latest

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
     */
61
61
    ~SubscriptionDialog();
62
62
 
 
63
    /**
 
64
     * @since 4.9
 
65
     */
 
66
    void showHiddenCollection(bool showHidden);
 
67
 
63
68
  private:
64
69
    class Private;
65
70
    Private* const d;