forked from qt-creator/qt-creator
ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlags
Use ShellCommand class name in signal-slot connections. Change-Id: Id50ee6887708558a2ba0972ece6c420b0be36f72 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -41,11 +41,6 @@ class VCSBASE_EXPORT VcsCommand : public Utils::ShellCommand
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
enum VcsRunFlags {
|
||||
SshPasswordPrompt = 0x1000, // Disable terminal on UNIX to force graphical prompt.
|
||||
ExpectRepoChanges = 0x2000, // Expect changes in repository by the command
|
||||
};
|
||||
|
||||
VcsCommand(const Utils::FilePath &defaultWorkingDirectory, const Utils::Environment &environment);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user