qtinternetradio/ui/inc/irstationshare.h
changeset 8 3b03c28289e6
parent 3 ee64f059b8e1
equal deleted inserted replaced
5:0930554dc389 8:3b03c28289e6
    19 #define IRSTATIONSHARE_H_
    19 #define IRSTATIONSHARE_H_
    20 
    20 
    21 #include <QString>
    21 #include <QString>
    22 #include <QList>
    22 #include <QList>
    23 
    23 
       
    24 class ShareUi;
    24 class IRQPreset;
    25 class IRQPreset;
    25 
    26 
    26 class IRStationShare
    27 class IRStationShare
    27 {
    28 {
    28 public:
    29 public:
    39 private:
    40 private:
    40     bool constructPlsFile(const QList<IRQPreset*> &aPresetList);
    41     bool constructPlsFile(const QList<IRQPreset*> &aPresetList);
    41     bool constructPlsFile(const IRQPreset &aPreset);
    42     bool constructPlsFile(const IRQPreset &aPreset);
    42         
    43         
    43 private:
    44 private:
    44     QString  iPlsFilePath;     
    45     QString  iPlsFilePath;    
       
    46     ShareUi *iShareDialog;
    45 };
    47 };
    46 
    48 
    47 #endif // IRSTATIONSHARE_H_
    49 #endif // IRSTATIONSHARE_H_