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

« back to all changes in this revision

Viewing changes to adept/sidebar.cpp

  • 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:
236
236
    // dirty hack to change item when the key cursor changes item
237
237
    if ( oldindex != newindex )
238
238
    {
239
 
        emit itemClicked( itemFromIndex( newindex ) );
 
239
        Q_EMIT itemClicked( itemFromIndex( newindex ) );
240
240
    }
241
241
    return newindex;
242
242
}