Skip to content

Instantly share code, notes, and snippets.

@v-kolesnikov
Created May 16, 2015 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v-kolesnikov/b196da652cf52873ff20 to your computer and use it in GitHub Desktop.
Save v-kolesnikov/b196da652cf52873ff20 to your computer and use it in GitHub Desktop.
classviewmanager.cpp
void Manager::gotoLocation(const QString &fileName, int line, int column)
{
EditorManager::openEditorAt(fileName, line, column);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment