summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/module.cpp
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-13 20:27:41 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-24 18:46:12 +0200
commit984f1c719a6636ec5e155a218bd69fec7da8b71c (patch)
tree5ca7b400b1e636e0214e25577bd698782ce860b6 /tracker-easy/module.cpp
parent9133a482770bf79c2d67f3ebaa814e2c31af3015 (diff)
Easy Tracker: Sorting out UI and logo issues.
Diffstat (limited to 'tracker-easy/module.cpp')
-rw-r--r--tracker-easy/module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-easy/module.cpp b/tracker-easy/module.cpp
index c5751e6e..b6d21c80 100644
--- a/tracker-easy/module.cpp
+++ b/tracker-easy/module.cpp
@@ -12,7 +12,7 @@ namespace EasyTracker
{
QString Metadata::name() { return tr("Easy Tracker 0.1"); }
- QIcon Metadata::icon() { return QIcon(":/Resources/Logo_IR.png"); }
+ QIcon Metadata::icon() { return QIcon(":/Resources/easy-tracker-logo.png"); }
}