LMMS
Loading...
Searching...
No Matches
UpgradeExtendedNoteRange.h
Go to the documentation of this file.
1/*
2 * UpgradeExtendedNoteRange.h - Upgrades the extended note range
3 *
4 * This file is part of LMMS - https://lmms.io
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public
8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public
17 * License along with this program (see COPYING); if not, write to the
18 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 * Boston, MA 02110-1301 USA.
20 *
21 */
22
23#pragma once
24
25#ifndef LMMS_UPGRADEEXTENDEDNOTERANGE_H
26#define LMMS_UPGRADEEXTENDEDNOTERANGE_H
27
28
29class QDomElement;
30
31namespace lmms
32{
33
35{
36public:
37 UpgradeExtendedNoteRange(QDomElement & domElement);
38
39 void upgrade();
40
41private:
42 QDomElement & m_domElement;
43};
44
45} // namespace lmms
46
47#endif // LMMS_UPGRADEEXTENDEDNOTERANGE_H
QDomElement & m_domElement
Definition UpgradeExtendedNoteRange.h:42
void upgrade()
Definition UpgradeExtendedNoteRange.cpp:382
UpgradeExtendedNoteRange(QDomElement &domElement)
Definition UpgradeExtendedNoteRange.cpp:377
Definition AudioAlsa.cpp:35