diff --git a/src/assets.qrc b/src/assets.qrc
index 8ee1cd5..50cc4f6 100644
--- a/src/assets.qrc
+++ b/src/assets.qrc
@@ -36,8 +36,6 @@
assets/images/eye_blind.png
assets/images/feather.png
assets/images/file.png
- assets/images/ghost.png
- assets/images/ghost_icon.png
assets/images/gnome-calc.png
assets/images/history.png
assets/images/info.png
diff --git a/src/assets/images/ghost.png b/src/assets/images/ghost.png
deleted file mode 100644
index d786466..0000000
Binary files a/src/assets/images/ghost.png and /dev/null differ
diff --git a/src/assets/images/ghost_icon.png b/src/assets/images/ghost_icon.png
deleted file mode 100644
index f8905af..0000000
Binary files a/src/assets/images/ghost_icon.png and /dev/null differ
diff --git a/src/coinswidget.cpp b/src/coinswidget.cpp
index 64949da..180d93d 100644
--- a/src/coinswidget.cpp
+++ b/src/coinswidget.cpp
@@ -14,6 +14,7 @@
#include
#include
#include
+#include
CoinsWidget::CoinsWidget(QWidget *parent)
: QWidget(parent)
@@ -197,7 +198,7 @@ void CoinsWidget::onSweepOutput() {
qCritical() << "key image: " << keyImage;
if (!keyImageKnown) {
- Utils::showMessageBox("Unable to sweep output", "Unable to sweep output: key image unknown", true);
+ QMessageBox::warning(this, "Unable to sweep output", "Unable to sweep output: key image unknown");
return;
}
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 3ccc3aa..b4ed38c 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -104,7 +104,7 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) :
"Try to explain not only what the bug is, but how it occurs.