MuseScore  3.4
Music composition and notation
inspectorPalmMute.h
Go to the documentation of this file.
1 //=============================================================================
2 // MuseScore
3 // Music Composition & Notation
4 //
5 // Copyright (C) 2018 Werner Schweer and others
6 //
7 // This program is free software; you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License version 2
9 // as published by the Free Software Foundation and appearing in
10 // the file LICENSE.GPL
11 //=============================================================================
12 
13 #ifndef __INSPECTOR_PALMMUTE_H__
14 #define __INSPECTOR_PALMMUTE_H__
15 
16 #include "inspectorTextLineBase.h"
17 #include "ui_inspector_palmmute.h"
18 
19 namespace Ms {
20 
21 //---------------------------------------------------------
22 // InspectorPalmMute
23 //---------------------------------------------------------
24 
26  Q_OBJECT
27 
28  Ui::InspectorPalmMute pm;
29 
30  public:
31  InspectorPalmMute(QWidget* parent);
32  };
33 
34 } // namespace Ms
35 #endif
36 
Ui::InspectorPalmMute pm
Definition: inspectorPalmMute.h:28
Definition: aeolus.cpp:26
Definition: inspectorPalmMute.h:25
InspectorPalmMute(QWidget *parent)
Definition: inspectorPalmMute.cpp:22
Definition: inspectorTextLineBase.h:26