Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Jul 5, 2016
1 parent 30731ae commit 2ed4761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liteidex/src/plugins/golangast/golangsymbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ QString GolangSymbol::info() const

void GolangSymbol::activate()
{

// m_liteApp->editorManager()->addNavigationHistory();
}

QAbstractItemModel *GolangSymbol::model() const
Expand Down Expand Up @@ -136,7 +136,7 @@ void GolangSymbol::indexChanged(const QModelIndex &index)

bool GolangSymbol::selected(const QString &/*text*/, const QModelIndex &index)
{
return gotoIndex(index,true);
return gotoIndex(index,false);
}

void GolangSymbol::finished(int code, QProcess::ExitStatus status)
Expand Down

0 comments on commit 2ed4761

Please sign in to comment.