Browse Source

Correct small typo in extract_strings_qt.py

0.13
Mitchell Cash 9 years ago
parent
commit
678513cc94
  1. 2
      share/qt/extract_strings_qt.py

2
share/qt/extract_strings_qt.py

@ -67,7 +67,7 @@ f.write("""
#include <QtGlobal> #include <QtGlobal>
// Automatically generated by extract_strings.py // Automatically generated by extract_strings_qt.py
#ifdef __GNUC__ #ifdef __GNUC__
#define UNUSED __attribute__((unused)) #define UNUSED __attribute__((unused))
#else #else

Loading…
Cancel
Save