aboutsummaryrefslogtreecommitdiff
path: root/qmidiplayer-desktop/qmpmainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmidiplayer-desktop/qmpmainwindow.hpp')
-rw-r--r--qmidiplayer-desktop/qmpmainwindow.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/qmidiplayer-desktop/qmpmainwindow.hpp b/qmidiplayer-desktop/qmpmainwindow.hpp
index 28fb82c..47a29f6 100644
--- a/qmidiplayer-desktop/qmpmainwindow.hpp
+++ b/qmidiplayer-desktop/qmpmainwindow.hpp
@@ -20,8 +20,6 @@
#include <future>
#include <map>
#include <unordered_map>
-#include "qmpmidioutfluid.hpp"
-#include "qmpmidiplay.hpp"
#include "qmpplugin.hpp"
#include "qmpplistwindow.hpp"
#include "qmpchannelswindow.hpp"
@@ -188,6 +186,11 @@ public:
}
};
+class IFluidSettings;
+class qmpMidiOutFluid;
+class qmpFileRendererFluid;
+class CMidiPlayer;
+
class qmpMainWindow: public QMainWindow
{
Q_OBJECT