~ubuntu-filemanager-dev/ubuntu-filemanager-app/trunk

« back to all changes in this revision

Viewing changes to src/plugin/folderlistmodel/smb/qsambaclient/src/smbiteminfo.h

Improved DirItemInfo and descendant classes:
* added DirItemInfo::setFile(const QString& newUrl) to change the current Item information
* fixed operator =.

Approved by Jenkins Bot, Arto Jalkanen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    ~SmbItemInfo();
41
41
 
42
42
public:
43
 
    QString          sharePath() const;
44
 
    void             setAsShare();  
 
43
    QString          sharePath() const;   
45
44
    virtual void     setFile(const QString &dir, const QString & file);
 
45
    virtual void     setFile(const QString &smb_path);
46
46
 
47
47
protected:    
48
48
     void            setInfo(const QString &smb_path);