/[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 3685 by capela, Thu Jan 2 19:03:34 2020 UTC revision 3759 by capela, Sat Mar 28 00:28:13 2020 UTC
# Line 70  const WindowFlags WindowCloseButtonHint Line 70  const WindowFlags WindowCloseButtonHint
70  }  }
71  #endif  #endif
72    
73    // Deprecated QTextStreamFunctions/Qt namespaces workaround.
74    #if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0)
75    #define endl    Qt::endl
76    #endif
77    
78    
79  #ifdef CONFIG_LIBGIG  #ifdef CONFIG_LIBGIG
80  #include <gig.h>  #include <gig.h>
81  #endif  #endif

Legend:
Removed from v.3685  
changed lines
  Added in v.3759

  ViewVC Help
Powered by ViewVC