summaryrefslogtreecommitdiff
path: root/muse2/muse/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/icons.cpp')
-rw-r--r--muse2/muse/icons.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/muse/icons.cpp b/muse2/muse/icons.cpp
index 1a578c3e..b6469109 100644
--- a/muse2/muse/icons.cpp
+++ b/muse2/muse/icons.cpp
@@ -179,6 +179,7 @@
#include "xpm/buttondown.xpm"
#include "xpm/configure.xpm"
#include "xpm/panic.xpm"
+#include "xpm/metronome.xpm"
// next two lines will vanish soon
@@ -419,6 +420,7 @@ QPixmap* soloblksqIconOff;
QPixmap* editmuteIcon;
QPixmap* editmuteSIcon;
QPixmap* panicIcon;
+QPixmap* metronomeIcon;
QIcon* pianoIconSet;
QIcon* scoreIconSet;
@@ -628,6 +630,7 @@ void initIcons()
editmuteIcon = new MPIXMAP(editmute_xpm, NULL);
editmuteSIcon = new MPIXMAP(editmuteS_xpm, NULL);
panicIcon = new MPIXMAP(panic_xpm, NULL);
+ metronomeIcon = new MPIXMAP(metronome_xpm, NULL);
editcutIconSet = new MICON(editcutS_xpm, "edit-cut"); // ddskrjo
editcopyIconSet = new MICON(editcopyS_xpm, "edit-copy");