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

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

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

revision 3651 by capela, Wed Dec 11 11:08:45 2019 UTC revision 3654 by capela, Wed Dec 11 15:27:16 2019 UTC
# Line 34  Line 34 
34  #include <QStyleFactory>  #include <QStyleFactory>
35    
36    
 // Translatable macro contextualizer.  
 #undef  _TR  
 #define _TR(x) QT_TR_NOOP(x)  
   
   
37  // Default (empty/blank) name.  // Default (empty/blank) name.
38  static const char *g_pszDefName = _TR("(default)");  static const char *g_pszDefName = QT_TRANSLATE_NOOP("qsamplerOptionsForm", "(default)");
39    
40    
41  namespace QSampler {  namespace QSampler {

Legend:
Removed from v.3651  
changed lines
  Added in v.3654

  ViewVC Help
Powered by ViewVC