~carlos-mazieri/ubuntu-filemanager-app/open-remote-files-02

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Carlos Mazieri
  • Date: 2015-09-20 20:44:29 UTC
  • mfrom: (457.4.5 samba-ui-06)
  • Revision ID: tarmac-20150920204429-zy0zil92tisal03a
Fixed problems in the Authentication and using saved Password.

Approved by Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

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