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

« back to all changes in this revision

Viewing changes to src/infodlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2010-02-19 09:37:12 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219093712-e225xvm1wjcf1cgi
Tags: 0.14-2
* comment out only function which uses va_list to work around build
  problems on armel
* Set Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
protected:
46
46
        // reimplemented
47
47
        //void closeEvent(QCloseEvent *);
48
 
        void updatePhoto();
 
48
        void showEvent ( QShowEvent * event );
 
49
        bool updatePhoto();
49
50
 
50
51
public slots:
51
52
        void doRefresh();
61
62
        void requestLastActivityFinished();
62
63
        void jt_finished();
63
64
        void doSubmit();
 
65
        void doDisco();
 
66
        void doUpdateFromCalendar();
 
67
        void doBDCheck();
64
68
        void textChanged();
65
69
        void selectPhoto();
66
70
        void clearPhoto();
 
71
        void showPhoto();
67
72
 
68
73
private:
69
74
        class Private;
70
75
        Private *d;
71
76
        Ui::Info ui_;
 
77
        QPushButton* pb_refresh_;
 
78
        QPushButton* pb_close_;
 
79
        QPushButton* pb_submit_;
72
80
 
73
81
        void setData(const XMPP::VCard &);
74
82
        XMPP::VCard makeVCard();