diff options
author | André Nusser <andre.nusser@googlemail.com> | 2018-06-08 22:17:20 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-08-12 11:13:49 +0200 |
commit | 2da458423c1fa95d3000d94105f215c6a603094b (patch) | |
tree | 13db7d1b4104a5d3b60c73854d5d26396ba40fc1 /plugingui/mainwindow.h | |
parent | 592f05fa549c7e680e502f569c27e71177361ad6 (diff) |
Add tab for drumkit.
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r-- | plugingui/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h index 6ab3996..ea05ad6 100644 --- a/plugingui/mainwindow.h +++ b/plugingui/mainwindow.h @@ -29,6 +29,7 @@ #include <settings.h> #include "abouttab.h" +#include "drumkittab.h" #include "image.h" #include "tabwidget.h" #include "texturedbox.h" @@ -65,6 +66,7 @@ private: TabWidget tabs{this}; MainTab main_tab; + DrumkitTab drumkit_tab; AboutTab about_tab{&tabs}; Image back{":resources/bg.png"}; |