Git: Rename ResetDialog -> LogChangeDialog

Required for interactive rebase

Change-Id: I024505bbde1c58a7ccb4ce931322e0f5b467552b
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-02-19 22:58:44 +02:00
committed by Orgad Shaneh
parent 2f302d640b
commit 15374275a1
5 changed files with 27 additions and 22 deletions

View File

@@ -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: