You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/openscad/files/openscad-2015.03_p2_uic_tr_...

15 lines
345 B

--- 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