~smartboyhw/ubuntu/raring/calligra/2.6.0-0ubuntu1

« back to all changes in this revision

Viewing changes to krita/ui/widgets/kis_preset_selector_strip.h

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-10-07 16:52:45 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20121007165245-91bwt6kz9z4t3ak9
Tags: 1:2.5.3-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    * This is a workaround to access members of KisPresetChooser using the QObject tree
84
84
    * instead of class methods
85
85
    */
86
 
    KoResourceItemView* m_antiOOPHack;
 
86
    KoResourceItemView* m_resourceItemView;
87
87
    
88
88
    QTimer* m_refresher;
89
89
};