forked from qt-creator/qt-creator
Git: Rename ResetDialog -> LogChangeDialog
Required for interactive rebase Change-Id: I024505bbde1c58a7ccb4ce931322e0f5b467552b Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
2f302d640b
commit
15374275a1
@@ -42,7 +42,7 @@
|
||||
#include "gitorious/gitoriousclonewizard.h"
|
||||
#include "stashdialog.h"
|
||||
#include "settingspage.h"
|
||||
#include "resetdialog.h"
|
||||
#include "logchangedialog.h"
|
||||
#include "mergetool.h"
|
||||
#include "gitutils.h"
|
||||
|
||||
@@ -706,7 +706,7 @@ void GitPlugin::resetRepository()
|
||||
const VcsBase::VcsBasePluginState state = currentState();
|
||||
QTC_ASSERT(state.hasTopLevel(), return);
|
||||
|
||||
ResetDialog dialog;
|
||||
LogChangeDialog dialog(true);
|
||||
if (dialog.runDialog(state.topLevel()))
|
||||
switch (dialog.resetType()) {
|
||||
case HardReset:
|
||||
|
Reference in New Issue
Block a user