From 35bc4590ae75d7178061205d8e937bc4f8b5b09e Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 26 Dec 2021 11:05:25 +0100 Subject: 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 --- utils/rbutilqt/progressloggergui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/rbutilqt/progressloggergui.h') 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 @@ #include -#include "progressloggerinterface.h" +#include "progressloglevels.h" #include "ui_progressloggerfrm.h" -class ProgressLoggerGui :public ProgressloggerInterface +class ProgressLoggerGui :public QObject { Q_OBJECT public: -- cgit v1.2.3