citra-qt: Add helper function to get a monospace QFont

This commit is contained in:
Yuri Kunde Schlesner 2015-08-19 17:00:56 -03:00
parent afd45d1d7f
commit c7745408f7
6 changed files with 32 additions and 5 deletions

View file

@ -18,6 +18,7 @@ set(SRCS
debugger/ramview.cpp
debugger/registers.cpp
util/spinbox.cpp
util/util.cpp
bootmanager.cpp
hotkeys.cpp
main.cpp
@ -42,6 +43,7 @@ set(HEADERS
debugger/ramview.h
debugger/registers.h
util/spinbox.h
util/util.h
bootmanager.h
hotkeys.h
main.h