Skip to content

Commit

Permalink
longer names.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Nov 6, 2024
1 parent 91f66bd commit 6d178f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FatalMsg : public QDebug
class DebugIndent
{
public:
explicit DebugIndent(int l) : level_(l) {}
explicit DebugIndent(int level) : level_(level) {}
friend QDebug& operator<<(QDebug& debug, const DebugIndent& indent);

private:
Expand Down

0 comments on commit 6d178f6

Please sign in to comment.