Ignore:
Timestamp:
07/18/05 21:22:46 (19 years ago)
Author:
bittner
Message:

bug with find neighbors fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Camera.cpp

    r179 r181  
    1919 
    2020   
    21    
    22  // QImage image(mWidth, mHeight, 32); changed by matt 
     21#if QT_VERSION < 0x040000 
     22  QImage image(mWidth, mHeight, 32); 
     23#else 
    2324  QImage image(mWidth, mHeight, QImage::Format_RGB32); 
     25#endif 
    2426   
    2527  vector<Ray> rays; 
Note: See TracChangeset for help on using the changeset viewer.