summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/progressloggergui.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2021-12-26 11:05:25 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2021-12-26 11:05:25 +0100
commit35bc4590ae75d7178061205d8e937bc4f8b5b09e (patch)
tree91152ba23d96a739d13938ed4463d2854a4a900f /utils/rbutilqt/progressloggergui.h
parent01e245417e24fe6c9957b35850db6b1473f66e98 (diff)
downloadrockbox-35bc4590ae75d7178061205d8e937bc4f8b5b09e.tar.gz
rockbox-35bc4590ae75d7178061205d8e937bc4f8b5b09e.zip
rbutil: Remove ProgressLogger interface class.
Since we're using signals to connect to the Logger we don't need an interface class, and the only thing still used was the log level enum. Put those values in a dedicated header instead. Change-Id: Ic3aee14ba13b81e283b477d11b1c15a5c26ffeab
Diffstat (limited to 'utils/rbutilqt/progressloggergui.h')
-rw-r--r--utils/rbutilqt/progressloggergui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/rbutilqt/progressloggergui.h b/utils/rbutilqt/progressloggergui.h
index ce9a8c9fa7..cc9b7df323 100644
--- a/utils/rbutilqt/progressloggergui.h
+++ b/utils/rbutilqt/progressloggergui.h
@@ -22,10 +22,10 @@
22 22
23#include <QWidget> 23#include <QWidget>
24 24
25#include "progressloggerinterface.h" 25#include "progressloglevels.h"
26#include "ui_progressloggerfrm.h" 26#include "ui_progressloggerfrm.h"
27 27
28class ProgressLoggerGui :public ProgressloggerInterface 28class ProgressLoggerGui :public QObject
29{ 29{
30 Q_OBJECT 30 Q_OBJECT
31public: 31public: