citra-qt: Add helper function to get a monospace QFont
This commit is contained in:
parent
afd45d1d7f
commit
c7745408f7
6 changed files with 32 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue