mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 08:03:15 +02:00
Add translatable strings from the QT font dialog
This commit is contained in:
parent
aea6306f77
commit
10179bce94
1 changed files with 1 additions and 0 deletions
|
|
@ -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): # {{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue