21#ifndef QMMPUIPLUGINCACHE_P_H
22#define QMMPUIPLUGINCACHE_P_H
35class QmmpUiPluginCache
38 QmmpUiPluginCache(
const QString &file, QSettings *settings);
39 explicit QmmpUiPluginCache(QObject *instance);
41 const QString shortName()
const;
42 const QString file()
const;
44 bool hasError()
const;
50 static void cleanup(QSettings *settings);
54 void loadTranslation(
const QString &translation);
58 QObject *m_instance =
nullptr;
File dialog plugin interface.
Definition filedialogfactory.h:45
General plugin interface.
Definition generalfactory.h:61
User interface plugin interface.
Definition uifactory.h:44