mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
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:
parent
01e245417e
commit
35bc4590ae
15 changed files with 16 additions and 51 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#include <QtCore>
|
||||
#include <QDebug>
|
||||
#include "ziputil.h"
|
||||
#include "progressloggerinterface.h"
|
||||
#include "progressloglevels.h"
|
||||
#include "Logger.h"
|
||||
|
||||
#include "quazip/quazip.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue