/[svn]/qsampler/trunk/src/qsamplerDeviceStatusForm.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerDeviceStatusForm.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2039 by capela, Thu Jan 7 19:39:47 2010 UTC revision 2042 by capela, Fri Jan 8 19:20:37 2010 UTC
# Line 27  Line 27 
27    
28  #include <QGridLayout>  #include <QGridLayout>
29    
30    #if QT_VERSION < 0x040500
31    namespace Qt {
32    const WindowFlags WindowCloseButtonHint = WindowFlags(0x08000000);
33    #if QT_VERSION < 0x040200
34    const WindowFlags CustomizeWindowHint   = WindowFlags(0x02000000);
35    #endif
36    }
37    #endif
38    
39    
40  namespace QSampler {  namespace QSampler {
41    

Legend:
Removed from v.2039  
changed lines
  Added in v.2042

  ViewVC Help
Powered by ViewVC