Ignore:
Timestamp:
Feb 10, 2010, 10:18:02 PM (14 years ago)
Author:
fcoiffie
Message:

[digikam_export] Removal of all useless and commented code

  • Temporary files are removed
  • Warnings correction
  • Selected 'thumbnail size' is stored in the configuration file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/digikam_export/piwigoexport/piwigotalker.h

    r4770 r4874  
    6565        GE_LOGIN = 0,
    6666        GE_LISTALBUMS,
    67         GE_LISTPHOTOS,
    68         GE_CREATEALBUM,
    6967        GE_CHECKPHOTOEXIST,
    7068        GE_ADDPHOTO,
     
    9795                  const QString& caption = QString(),
    9896                  bool  captionIsTitle = true, bool captionIsDescription = false,
    99                   bool rescale = false, int maxDim = 600, int thumbDim = 120);
     97                  bool rescale = false, int maxDim = 600, int thumbDim = 128);
    10098
    10199    void cancel();
     
    107105    void signalBusy(bool val);
    108106    void signalAlbums(const QList<GAlbum>& albumList);
    109     void signalPhotos(const QList<GPhoto>& photoList);
    110107    void signalAddPhotoSucceeded();
    111108    void signalAddPhotoFailed(const QString& msg);
     
    115112    void parseResponseLogin(const QByteArray& data);
    116113    void parseResponseListAlbums(const QByteArray& data);
    117     void parseResponseListPhotos(const QByteArray& data);
    118     void parseResponseCreateAlbum(const QByteArray& data);
    119114    void parseResponseDoesPhotoExist(const QByteArray& data);
    120115    void parseResponseAddPhoto(const QByteArray& data);
Note: See TracChangeset for help on using the changeset viewer.