~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

  • Committer: carlos-mazieri
  • Date: 2015-12-12 12:30:47 UTC
  • mto: This revision was merged to the branch mainline in revision 514.
  • Revision ID: carlos.mazieri@gmail.com-20151212123047-rfxowa7juce2h8mj
Improved DirItemInfo and descendant classes:
* added DirItemInfo::setFile(const QString& newUrl)  to change the current Item information
* fixed operator =

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);