mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Give log channels fancier names
Improve LOG_CHANNEL macro to accept custom name.
This commit is contained in:
parent
ec80932c21
commit
3c0bd821c8
33 changed files with 46 additions and 34 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <QLabel>
|
||||
|
||||
LOG_CHANNEL(gui_log);
|
||||
LOG_CHANNEL(gui_log, "GUI");
|
||||
|
||||
memory_string_searcher::memory_string_searcher(QWidget* parent)
|
||||
: QDialog(parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue