Ignore:
Timestamp:
04/22/08 02:40:51 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtPreprocessorThread.h

    r2608 r2656  
    22#define __QT_PREPROCESSOR_THREAD_H 
    33 
    4 #ifdef USE_QT 
     4//#ifdef USE_QT 
    55 
    66#include <QThread> 
     
    1111class Preprocessor; 
    1212 
    13 class QtPreprocessorThread : public PreprocessorThread, public QThread 
     13class __declspec(dllexport) QtPreprocessorThread : public PreprocessorThread, public QThread 
    1414{ 
    1515public: 
     
    3636 
    3737#endif 
    38 #endif 
     38//#endif 
Note: See TracChangeset for help on using the changeset viewer.