21 #ifndef QMMPUIPLUGINCACHE_P_H
22 #define QMMPUIPLUGINCACHE_P_H
35 class QmmpUiPluginCache
38 QmmpUiPluginCache(
const QString &file, QSettings *settings);
39 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);
File dialog plugin interface.
Definition: filedialogfactory.h:54
General plugin interface.
Definition: generalfactory.h:57
User interface plugin interface.
Definition: uifactory.h:52