~madjar/burgos/ftphandling

« back to all changes in this revision

Viewing changes to src/ftp.h

  • Committer: Georges Dubus
  • Date: 2009-05-03 12:52:29 UTC
  • Revision ID: georges.dubus@supelec.fr-20090503125229-x3o3j5b284vpdh5d
Netoyage de Ftp avant de commencer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
signals:
63
63
    void modified(DomItem*);
64
64
    void done();
 
65
    void failed();
65
66
 
66
67
private slots:
67
68
    void ftpDone(bool error);