rbutil: Remove unused function.

Change-Id: I0ea5094610bcf5ccd9ef6c71a643867a0954dc96
This commit is contained in:
Dominik Riebeling 2020-12-25 13:45:50 +01:00
parent bf17c347fc
commit e74cde1c6e
3 changed files with 0 additions and 7 deletions

View file

@ -45,7 +45,6 @@ signals:
public slots:
virtual void addItem(const QString &text)=0; //! add a string to the progress
virtual void addItem(const QString &text, int flag)=0; //! add a string to the list, with icon
virtual void close()=0;