mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 16:43:55 -07:00
Hardcode default log level for FlowWidget/FlowLayout (#5769)
This commit is contained in:
parent
1ada5ea424
commit
5af71d1c2e
3 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include <QWidget>
|
||||
#include <qstyle.h>
|
||||
|
||||
inline Q_LOGGING_CATEGORY(FlowLayoutLog, "flow_layout");
|
||||
inline Q_LOGGING_CATEGORY(FlowLayoutLog, "flow_layout", QtInfoMsg);
|
||||
|
||||
class FlowLayout : public QLayout
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue