forked from qt-creator/qt-creator
Fix crash in include completion with non-canonical include paths
Use QFileInfo::fileName() to get the filename, since that also works when the original path wasn't canonical.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace ProjectExplorer {
|
||||
}
|
||||
|
||||
namespace CppTools {
|
||||
|
||||
|
||||
class AbstractEditorSupport;
|
||||
|
||||
class CPPTOOLS_EXPORT CppModelManagerInterface : public QObject
|
||||
|
Reference in New Issue
Block a user