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

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

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

revision 2415 by capela, Thu Feb 14 14:57:43 2013 UTC revision 2459 by capela, Mon Jul 8 10:06:57 2013 UTC
# Line 28  Line 28 
28  #include <QLibraryInfo>  #include <QLibraryInfo>
29  #include <QTranslator>  #include <QTranslator>
30  #include <QLocale>  #include <QLocale>
31    
32  #if defined(__APPLE__)  // Toshi Nagata 20080105  #if defined(__APPLE__)  // Toshi Nagata 20080105
33  #include <QDir>  #include <QDir>
34  #endif  #endif
35    
 #if QT_VERSION < 0x040300  
 #define lighter(x)      light(x)  
 #define darker(x)       dark(x)  
 #endif  
   
36  #define CONFIG_QUOTE1(x) #x  #define CONFIG_QUOTE1(x) #x
37  #define CONFIG_QUOTED(x) CONFIG_QUOTE1(x)  #define CONFIG_QUOTED(x) CONFIG_QUOTE1(x)
38    

Legend:
Removed from v.2415  
changed lines
  Added in v.2459

  ViewVC Help
Powered by ViewVC