Projet

Général

Profil

Révision 925ac0ca original.h

Voir les différences:

original.h
1
/**
2
  * Classe
1
/** Classe RyXeo WebPhotoAlbum: fichier principal de l'application
3 2
  * @see https://redmine.ryxeo.com/projects/
4 3
  * @author 2012 Eric Seigne <eric.seigne@ryxeo.com>
5 4
  * @see The GNU Public License (GNU/GPL) v3
......
73 72
//    void processItem(QTreeWidgetItem *item, int column);
74 73
    void on_btnUpload_clicked();
75 74
    void on_action_Assistant_d_installation_triggered();
76
    void updateProgressFichier(int total, int current);
75
    void updateProgressFichier(int total, int current, QString fileName);
77 76
    void updateProgressData(int total, int current);
78 77
    void makeZip(QString repSource, QString destFileName);
78
    void uploadEnd();
79 79

  
80 80
private:
81 81
    Ui::original *ui;

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux