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/rbutilqt.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/rbutilqt/rbutilqt.cpp') diff --git a/utils/rbutilqt/rbutilqt.cpp b/utils/rbutilqt/rbutilqt.cpp index 1a0841c0f3..7c11f44806 100644 --- a/utils/rbutilqt/rbutilqt.cpp +++ b/utils/rbutilqt/rbutilqt.cpp @@ -42,8 +42,6 @@ #include "backupdialog.h" #include "changelog.h" -#include "progressloggerinterface.h" - #include "bootloaderinstallbase.h" #include "bootloaderinstallhelper.h" -- cgit v1.2.3