Browse Source

Merge #8092: Correct small typo in extract_strings_qt.py

678513c Correct small typo in extract_strings_qt.py (Mitchell Cash)
0.13
Pieter Wuille 8 years ago
parent
commit
33799afe83
No known key found for this signature in database
GPG Key ID: DBA1A67379A1A931
  1. 2
      share/qt/extract_strings_qt.py

2
share/qt/extract_strings_qt.py

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

Loading…
Cancel
Save