Changeset 52 in pacpussensors for trunk/Sick/SickComponent.h


Ignore:
Timestamp:
06/16/14 16:04:34 (10 years ago)
Author:
cfougera
Message:

Memory leak bug resolved (dynamic memory allocation is no longer used).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Sick/SickComponent.h

    r42 r52  
    4949 */
    5050class SICK_API SickComponent
    51         : public QThread
    52         , public ComponentBase
     51        : /*public QThread
     52        , */
     53        public QObject, public ComponentBase
    5354{
    5455    Q_OBJECT
     
    6162    ~SickComponent();
    6263
    63     void run() {}
     64   // void run() {}
    6465
    6566    virtual void stopActivity(); /*!< To stop the processing thread */
Note: See TracChangeset for help on using the changeset viewer.