00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef QEXTEND_PLUGINMANAGER_H
00021 #define QEXTEND_PLUGINMANAGER_H
00022
00023 #include <QExtend/Core/qextend_global>
00024
00025 namespace QExtend
00026 {
00027
00028
00030
00031
00033
00041 class QEXTEND_EXPORT PluginManager
00042 {
00043
00044
00045
00046 };
00047
00048 }
00049
00050 #endif // QEXTEND_PLUGINMANAGER_H