/[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 3854 by capela, Thu Jan 7 16:18:02 2021 UTC revision 3855 by capela, Thu Feb 4 10:09:42 2021 UTC
# Line 74  const WindowFlags WindowCloseButtonHint Line 74  const WindowFlags WindowCloseButtonHint
74  #endif  #endif
75    
76  #ifdef CONFIG_LIBGIG  #ifdef CONFIG_LIBGIG
77    #if defined(Q_CC_GNU) || defined(Q_CC_MINGW)
78  #pragma GCC diagnostic push  #pragma GCC diagnostic push
79  #pragma GCC diagnostic ignored "-Wunused-parameter"  #pragma GCC diagnostic ignored "-Wunused-parameter"
80    #endif
81  #include <gig.h>  #include <gig.h>
82    #if defined(Q_CC_GNU) || defined(Q_CC_MINGW)
83  #pragma GCC diagnostic pop  #pragma GCC diagnostic pop
84  #endif  #endif
85    #endif
86    
87  // Deprecated QTextStreamFunctions/Qt namespaces workaround.  // Deprecated QTextStreamFunctions/Qt namespaces workaround.
88  #if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0)  #if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0)

Legend:
Removed from v.3854  
changed lines
  Added in v.3855

  ViewVC Help
Powered by ViewVC