forked from qt-creator/qt-creator
Git: Rename 'Undo uncommitted repository changes' to 'Reset...'.
'Reset' is in sync with the command line option and more appropriate to the functionality after the introduction of the history dialog. Change-Id: I2328c7137089a5f372b59b4db7074753a16ecbdf Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
@@ -112,7 +112,7 @@ private slots:
|
||||
void logProject();
|
||||
void undoFileChanges(bool revertStaging = true);
|
||||
void undoUnstagedFileChanges();
|
||||
void undoRepositoryChanges();
|
||||
void resetRepository();
|
||||
void stageFile();
|
||||
void unstageFile();
|
||||
void cleanProject();
|
||||
|
||||
Reference in New Issue
Block a user