diff options
author | Chris Xiong <chirs241097@gmail.com> | 2020-11-11 19:35:43 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2020-11-11 19:39:19 +0800 |
commit | dfc11c56f096b93ec70d0263f134918a5c9323ba (patch) | |
tree | 3f4e6d9158d8bc56e981384d33cbe860c07d137a /qmidiplayer-desktop/qmpmainwindow.hpp | |
parent | c597d09df05e4a6e1b3832a0f26ad21ce4c5b8cb (diff) | |
download | QMidiPlayer-dfc11c56f096b93ec70d0263f134918a5c9323ba.tar.xz |
Don't spam qmpmidioutfluid everywhere.
Also stop using stuff removed from Qt 6 (not yet done).
Diffstat (limited to 'qmidiplayer-desktop/qmpmainwindow.hpp')
-rw-r--r-- | qmidiplayer-desktop/qmpmainwindow.hpp | 7 |
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 |