build: renaming to sourcetrail
This commit is contained in:
@@ -33,7 +33,7 @@ bool QtApplication::event(QEvent *event)
|
||||
|
||||
FilePath path(fileEvent->file().toStdString());
|
||||
|
||||
if (path.exists() && path.extension() == ".coatiproject")
|
||||
if (path.exists() && (path.extension() == ".srctrlprj" || path.extension() == ".coatiproject"))
|
||||
{
|
||||
MessageLoadProject(path.str(), false).dispatch();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user