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/piwigos.h

    r4770 r4874  
    5252    QString username()       const;
    5353    QString password()       const;
    54     unsigned int version()   const;
    55     unsigned int galleryId() const;
    5654
    5755    void setName(const QString& name);
     
    5957    void setUsername(const QString& username);
    6058    void setPassword(const QString& password);
    61     void setPiwigoId(unsigned int galleryId);
    6259
    6360public:
     
    7067
    7168private:
    72 
    73     unsigned int     mPiwigoId;
    7469
    7570    QString          mName;
Note: See TracChangeset for help on using the changeset viewer.