~ubuntu-branches/ubuntu/natty/avogadro/natty

« back to all changes in this revision

Viewing changes to libavogadro/src/pluginmanager.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck, Daniel Leidert, Michael Banck
  • Date: 2010-05-19 18:35:43 UTC
  • mfrom: (3.2.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100519183543-6jb03ca3yb9ar275
Tags: 1.0.1-3
[ Daniel Leidert ]
* debian/avogadro.install: Install manual pages from upstream.
* debian/avogadro.manpages,
  debian/avogadro.1: Dropped in favour of upstream manual pages.
* debian/libavogadro-dev.install: Install .prf file for QMake projects.

[ Michael Banck ]
* debian/rules (DEB_DH_GENCONTROL_ARGS_python-avogadro): Replace
  python$(PYVER)-sip4 by python$(PYVER)-sip (Closes: #581972). 
* debian/rules (binary-install/python-avogadro): Added dh_sip.
* debian/control (python-avogadro/Depends): Added ${sip:Depends}.
* debian/control (Build-Depends): Replaced python-sip4-dev by
  python-sip-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
    PluginManager(QObject *parent = 0);
146
146
    ~PluginManager();
147
147
 
 
148
    /**
 
149
     * Get the singleton instance of the PluginManager. Always use this function
 
150
     * when using the PluginManager class. This pointer never has to be deleted.
 
151
     */ 
148
152
    static PluginManager* instance();
149
153
 
150
154
    /**