Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwtpolar/qwt_polar_itemdict.h

    r4272 r8127  
    4444        bool autoDelete = true );
    4545
     46protected:
     47    void insertItem( QwtPolarItem * );
     48    void removeItem( QwtPolarItem * );
     49
    4650private:
    47     friend class QwtPolarItem;
    48 
    49     void attachItem( QwtPolarItem *, bool );
    50 
    5151    class PrivateData;
    5252    PrivateData *d_data;
Note: See TracChangeset for help on using the changeset viewer.