equal
deleted
inserted
replaced
13 * |
13 * |
14 * You should have received a copy of the GNU Lesser General Public License |
14 * You should have received a copy of the GNU Lesser General Public License |
15 * along with this program. If not, |
15 * along with this program. If not, |
16 * see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/". |
16 * see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/". |
17 * |
17 * |
18 * Description: Private plugin loader implementation |
18 * Description: Private plugin's loader implementation. |
19 * |
19 * |
20 */ |
20 */ |
21 |
21 |
22 #ifndef QPLUGINLOADER2PRIVATE_H |
22 #ifndef QPLUGINLOADER2PRIVATE_H |
23 #define QPLUGINLOADER2PRIVATE_H |
23 #define QPLUGINLOADER2PRIVATE_H |
27 #include <QList> |
27 #include <QList> |
28 #include <QtGlobal> |
28 #include <QtGlobal> |
29 #include <QLibrary> |
29 #include <QLibrary> |
30 #include <QSettings> |
30 #include <QSettings> |
31 |
31 |
32 //Incudes |
|
33 #include <ecom/implementationinformation.h> |
32 #include <ecom/implementationinformation.h> |
34 #include <ecom/ecom.h> |
33 #include <ecom/ecom.h> |
35 |
34 |
36 //Forward class declaration |
|
37 class XQPluginInfo; |
35 class XQPluginInfo; |
38 |
36 |
39 //Class declaration |
|
40 class XQPluginLoaderPrivate |
37 class XQPluginLoaderPrivate |
41 { |
38 { |
42 public: |
39 public: |
43 int pHnd; |
40 int pHnd; |
44 |
41 |