35 #endif // VIEWLOADER_H ViewLoader(MediaPlayer *mediaPlayer, PluginManager *pluginManager, QWidget *parent=nullptr)
Definition: viewloader.cpp:6
AbstractView * load(AbstractView *currentView, const QString &menuAction)
Definition: viewloader.cpp:14
The PluginManager class can dynamically load or unload plugins without restarting the application...
Definition: pluginmanager.h:23
The AbstractView class is the base class for all views in Miam-Player.
Definition: abstractview.h:22
The ViewLoader class is an Helper class designed to load complex views (subclasses of QWidget)...
Definition: viewloader.h:16