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

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

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

revision 3783 by capela, Tue Mar 31 11:06:16 2020 UTC revision 3784 by capela, Fri Jun 5 09:29:25 2020 UTC
# Line 74  const WindowFlags WindowCloseButtonHint Line 74  const WindowFlags WindowCloseButtonHint
74  }  }
75  #endif  #endif
76    
77    #ifdef CONFIG_LIBGIG
78    #include <gig.h>
79    #endif
80    
81  // Deprecated QTextStreamFunctions/Qt namespaces workaround.  // Deprecated QTextStreamFunctions/Qt namespaces workaround.
82  #if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0)  #if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0)
83  #define endl    Qt::endl  #define endl    Qt::endl
84  #endif  #endif
85    
   
 #ifdef CONFIG_LIBGIG  
 #include <gig.h>  
 #endif  
   
86  // Needed for lroundf()  // Needed for lroundf()
87  #include <math.h>  #include <math.h>
88    

Legend:
Removed from v.3783  
changed lines
  Added in v.3784

  ViewVC Help
Powered by ViewVC