~ubuntu-branches/ubuntu/hardy/qgis/hardy

« back to all changes in this revision

Viewing changes to src/core/qgspluginregistry.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine, Francesco Paolo Lovergine, Paul Wise
  • Date: 2007-10-15 18:03:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071015180332-rdf2nmtf13f1oy5n
Tags: 0.8.1-2
[ Francesco Paolo Lovergine ]
* Fixed wrong build-deps:
        python-qt4-dev -> python-qt4
      python-sip4-dev -> python-sip4
* Added composer.dpatch that should fix some archs FTBS. 

[ Paul Wise ]
* Switch to new Homepage field

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *   (at your option) any later version.                                   *
16
16
 *                                                                         *
17
17
 ***************************************************************************/
18
 
 /* $Id: qgspluginregistry.cpp 4502 2006-01-08 01:18:20Z timlinux $ */
 
18
 /* $Id: qgspluginregistry.cpp 6506 2007-02-03 12:35:27Z homann $ */
19
19
 
20
20
#include <iostream>
21
21
#include <qmessagebox.h>
24
24
#include <qlibrary.h>
25
25
#include <qapplication.h>
26
26
#include "qgsprovidermetadata.h"
 
27
#include "qgspluginmetadata.h"
27
28
#include "qgspluginregistry.h"
28
29
 
29
30
QgsPluginRegistry *QgsPluginRegistry::_instance = 0;