Add translatable strings from the QT font dialog

This commit is contained in:
Kovid Goyal 2014-08-24 10:14:50 +05:30
parent aea6306f77
commit 10179bce94

View File

@ -19,6 +19,7 @@ def qt_sources():
return list(map(j, [
'qtbase/src/widgets/widgets/qdialogbuttonbox.cpp',
'qtbase/src/widgets/dialogs/qcolordialog.cpp',
'qtbase/src/widgets/dialogs/qfontdialog.cpp',
]))
class POT(Command): # {{{