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

    r4770 r4874  
    3535{
    3636
    37 class GPhoto
    38 {
    39 public:
    40 
    41     GPhoto() {
    42         ref_num = -1;
    43     }
    44 
    45     int     ref_num;
    46     int     album_num;
    47 
    48     QString name;
    49     QString caption;
    50     QString thumbName;
    51     QString albumURL;
    52 };
    53 
    54 // ------------------------------------------------------------------------
    55 
    5637class GAlbum
    5738{
     
    7051    }
    7152
    72     // permissions
    7353    int                ref_num;         // album reference number
    7454    int                parent_ref_num;  // parent's album reference number
    7555
    76     QString            name;            // ?
    77     /*QString            parentName;      // ?
    78     QString            title;           // album title*/
    79     //QString            summary;         // album summary
     56    QString            name;            // Album name
    8057    QString            baseurl;         // album partial (gallery) URL
    8158};
    8259
    83 //category id="3" nb_images="80" total_nb_images="80" date_last="2010-01-03 22:06:29" max_date_last="2010-01-03 22:06:29" nb_categories="0" url="http://fcoiffie.free.fr/piwigo-2.0.7/index.php?/category/3"
    8460} // namespace KIPIPiwigoExportPlugin
    8561
Note: See TracChangeset for help on using the changeset viewer.