forked from qt-creator/qt-creator
VcsCommand: Get rid of setCookie()
Remove cookie arg from finished() signal, as it's not used currently. Thus, remove setCookie() method. Change-Id: Iedd328aece776eebd2d161a36ec28370b8bc4bfc Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -140,8 +140,6 @@ public:
|
||||
|
||||
void addFlags(unsigned f);
|
||||
|
||||
void setCookie(const QVariant &cookie);
|
||||
|
||||
void setCodec(QTextCodec *codec);
|
||||
|
||||
void setProgressParser(ProgressParser *parser);
|
||||
@@ -158,7 +156,7 @@ public:
|
||||
signals:
|
||||
void stdOutText(const QString &);
|
||||
void stdErrText(const QString &);
|
||||
void finished(bool success, const QVariant &cookie);
|
||||
void finished(bool success);
|
||||
|
||||
void terminate(); // Internal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user