~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to src/infodlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2006-01-20 00:20:36 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060120002036-7nw6yo6totip0ee5
Tags: 0.10-2
* Added upstream changelog (Closes: Bug#327748)
* Mention --no-gpg and --no-gpg-agent in manpage (Closes: Bug#204416)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
protected:
43
43
        // reimplemented
44
44
        //void closeEvent(QCloseEvent *);
 
45
        void updatePhoto();
45
46
 
46
47
public slots:
47
48
        void doRefresh();
 
49
        void updateStatus();
48
50
        void done(int);
49
51
 
50
52
private slots:
51
53
        void jt_finished();
52
54
        void doSubmit();
53
55
        void textChanged();
 
56
        void selectPhoto();
 
57
        void clearPhoto();
54
58
 
55
59
private:
56
60
        class Private;
62
66
        void setReadOnly(bool);
63
67
        bool edited();
64
68
        void setEdited(bool);
 
69
        void setPreviewPhoto(const QString& str);
65
70
};
66
71
 
67
72
#endif