Skip to content

Commit 599bf52

Browse files
committed
gui: change logging category so it doesn't contain whitespace
Signed-off-by: Adrian Suciu <adrian.suciu@analog.com>
1 parent b7d9aee commit 599bf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/plotautoscaler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <QLoggingCategory>
2626
#include <QTimer>
2727

28-
Q_LOGGING_CATEGORY(CAT_TIMEYAUTOSCALE, "Time Y-Autoscale");
28+
Q_LOGGING_CATEGORY(CAT_TIMEYAUTOSCALE, "TimeYAutoscale");
2929

3030
using namespace scopy::gui;
3131

0 commit comments

Comments
 (0)