~ubuntu-branches/ubuntu/trusty/adept/trusty

« back to all changes in this revision

Viewing changes to adept/sidebar.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-05-03 21:54:12 UTC
  • mfrom: (78.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20120503215412-alxr7j1ltrm4o6cs
Tags: 3.0~beta7.2+qa2
* QA upload.
* Fix build failure with GCC 4.7. Closes: #667095, #655512.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        void setSidebarVisibility( bool visible );
40
40
        bool isSidebarVisible() const;
41
41
 
42
 
    private slots:
 
42
    private Q_SLOTS:
43
43
        void itemClicked( QListWidgetItem *item );
44
44
        void splitterMoved( int pos, int index );
45
45
        void listContextMenu( const QPoint & );