diff options
Diffstat (limited to 'media-gfx/openscad/files/openscad-2015.03_p2_uic_tr_fix.patch')
-rw-r--r-- | media-gfx/openscad/files/openscad-2015.03_p2_uic_tr_fix.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/media-gfx/openscad/files/openscad-2015.03_p2_uic_tr_fix.patch b/media-gfx/openscad/files/openscad-2015.03_p2_uic_tr_fix.patch deleted file mode 100644 index ef0bcc421eb7..000000000000 --- a/media-gfx/openscad/files/openscad-2015.03_p2_uic_tr_fix.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/src/qtgettext.h 2017-03-22 00:17:29.808058905 -0400 -+++ b/src/qtgettext.h 2017-03-22 00:18:55.251184835 -0400 -@@ -22,5 +22,10 @@ - return QString::fromUtf8( _( msgid ) ); - } - --#endif -+inline QString _( const char *msgid, const char *disambiguation ) -+{ -+ Q_UNUSED( disambiguation ); -+ return QString::fromUtf8( _( msgid ) ); -+} - -+#endif |