FilePathInfo Struct
struct Core::EditorManager::FilePathInfoThe FilePathInfo class contains information about a file path's special segments. More...
Detailed Description
File names can have an additional postfix, optionally specifying a line and column number, when opening a file in Qt Creator from the command line or locator. The FilePathInfo class contains the file name, the complete postfix string, and the parsed line and column numbers.
See also EditorManager::splitLineAndColumnNumber().