removed old icon

This commit is contained in:
defnax 2022-02-12 12:22:52 +01:00
parent 235ef6f509
commit aa5e40828e
6 changed files with 4 additions and 5 deletions

View file

@ -48,7 +48,7 @@
#include <iostream>
#define IMAGE_GOOD ":/images/accepted16.png"
#define IMAGE_BAD ":/images/cancel.png"
#define IMAGE_BAD ":/icons/cancel.svg"
class EntropyCollectorWidget: public QTextBrowser
{