From 0ae7d4753cf607d5de11f0f2b53be478d021cfcd Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 22 May 2013 20:43:08 +0200 Subject: - diagnosis plugin now reports file in overwrite as a problem - bugfix: GetModuleFileName returned the wrong string length - bugfix: Vector Exception Handler no longer stops hook.dll on recoverable errors --- src/mainwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index bbc336a7..2ad06a73 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2429,10 +2429,6 @@ void MainWindow::refreshFilters() void MainWindow::renameMod_clicked() { try { -/* QModelIndex treeIdx = m_ModListGroupProxy->mapFromSource(m_ModListSortProxy->mapFromSource(m_ModList.index(m_ContextRow, 0))); - ui->modList->setCurrentIndex(treeIdx); - ui->modList->edit(treeIdx);*/ - ui->modList->edit(ui->modList->currentIndex()); } catch (const std::exception &e) { reportError(tr("failed to rename mod: %1").arg(e.what())); -- cgit v1.3.1