~torkvemada/qutim/qutim-replica

« back to all changes in this revision

Viewing changes to src/plugins/protocols/quetzal/src/quetzalplugin.h

  • Committer: Vsevolod Velichko
  • Date: 2016-11-02 01:05:08 UTC
  • Revision ID: torkvema@gmail.com-20161102010508-arv5kdq088ae82gg
Cron update

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
{
36
36
        Q_OBJECT
37
37
        Q_CLASSINFO("DebugName", "quetzal")
 
38
        Q_PLUGIN_METADATA(IID "org.qutim.Plugin")
38
39
public:
39
40
        virtual void init();
40
41
        virtual bool load() { return true; }