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
This commit is contained in:
Dominik Riebeling 2021-12-26 11:05:25 +01:00
parent 01e245417e
commit 35bc4590ae
15 changed files with 16 additions and 51 deletions

View file

@ -19,7 +19,7 @@
#include <QtCore>
#include <QDebug>
#include "ziputil.h"
#include "progressloggerinterface.h"
#include "progressloglevels.h"
#include "Logger.h"
#include "quazip/quazip.h"