forked from qt-creator/qt-creator
Mercurial: Handle HTTP authentication
Make it possible to pull and push onto online repositories with http authorization. Task-number: QTCREATORBUG-5104 Change-Id: Id5f5a865d301e644002e4fa8b7056d08fd9b7467 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -49,6 +49,9 @@ public:
|
||||
void setPathChooserKind(Utils::PathChooser::Kind kind);
|
||||
QString getRepositoryString() const;
|
||||
|
||||
private:
|
||||
QUrl getRepoUrl() const;
|
||||
|
||||
private:
|
||||
Ui::SrcDestDialog *m_ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user