~ubuntu-branches/ubuntu/wily/psi/wily

« back to all changes in this revision

Viewing changes to src/statuspreset.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <QString>
25
25
 
26
 
#include "maybe.h"
 
26
#include "utilities/maybe.h"
27
27
#include "xmpp_status.h"
 
28
#include "optionstree.h"
28
29
 
29
30
class QDomDocument;
30
31
class QDomElement;
47
48
        void setPriority(int priority);
48
49
        void clearPriority();
49
50
 
 
51
        void toOptions(OptionsTree *o);
50
52
        QDomElement toXml(QDomDocument&) const;
51
53
        void fromXml(const QDomElement&);
52
54