forked from qt-creator/qt-creator
Vcs: Use more FilePath for file paths
Change-Id: I855cde65d034a9647972a7fddf1e8266d7ccfa88 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <utils/filepath.h>
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
@@ -51,7 +53,7 @@ public:
|
||||
explicit StashDialog(QWidget *parent = nullptr);
|
||||
~StashDialog() override;
|
||||
|
||||
void refresh(const QString &repository, bool force);
|
||||
void refresh(const Utils::FilePath &repository, bool force);
|
||||
|
||||
private:
|
||||
// Prompt dialog for modified repositories. Ask to undo or stash away.
|
||||
@@ -85,7 +87,7 @@ private:
|
||||
QPushButton *m_restoreCurrentButton;
|
||||
QPushButton *m_restoreCurrentInBranchButton;
|
||||
QPushButton *m_refreshButton;
|
||||
QString m_repository;
|
||||
Utils::FilePath m_repository;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user