Projet

Général

Profil

Révision 83a77071 tools.h

Voir les différences:

tools.h
51 51
    void ftpDone(bool error);
52 52
    void ftpStateChanged(int state);
53 53
    void uploadRecursifPHP(QString destDirBase);
54
    void uploadRecursifGallery(QString destDirBase);
54
    void uploadRecursifGallery(QString destDirBase, QString urlSite);
55 55
    void updateDataTransferProgress(qint64 readBytes,
56 56
                                    qint64 totalBytes);
57 57
    void addToList(const QUrlInfo &urlInfo);
......
76 76
    int m_currentFTPFileUpload;
77 77
    QStringList m_ftpCommands;
78 78
    QWebView *m_web;
79
    QString m_urlSite;
79 80
};
80 81

  
81 82
#endif // TOOLS_H

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux