~ubuntu-branches/ubuntu/precise/kde-workspace/precise-security

« back to all changes in this revision

Viewing changes to plasma/desktop/applets/tasks/abstracttaskitem.h

Tags: upstream-4.7.2
Import upstream version 4.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
    bool m_showText : 1;
261
261
    bool m_layoutAnimationLock : 1;
262
262
    bool m_firstGeometryUpdate : 1;
 
263
    QPointF m_oldDragPos;
263
264
};
264
265
 
265
266
#endif