/[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 3649 by capela, Tue Dec 10 15:27:16 2019 UTC revision 3651 by capela, Wed Dec 11 11:08:45 2019 UTC
# Line 33  Line 33 
33    
34  #include <QStyleFactory>  #include <QStyleFactory>
35    
36  namespace QSampler {  
37    // Translatable macro contextualizer.
38    #undef  _TR
39    #define _TR(x) QT_TR_NOOP(x)
40    
41    
42  // Default (empty/blank) name.  // Default (empty/blank) name.
43  static const char *g_pszDefName = QT_TR_NOOP("(default)");  static const char *g_pszDefName = _TR("(default)");
44    
45    
46    namespace QSampler {
47    
48  //-------------------------------------------------------------------------  //-------------------------------------------------------------------------
49  // QSampler::OptionsForm -- Options form implementation.  // QSampler::OptionsForm -- Options form implementation.

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

  ViewVC Help
Powered by ViewVC