Skip to content

Commit

Permalink
rename start
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Jan 4, 2024
1 parent 47c9908 commit c39da3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/project.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3012,7 +3012,7 @@ bool Project::createDefaultProject(QString fileName)
}


bool Project::pragaStart(QString appPath)
bool Project::start(QString appPath)
{
if (appPath.right(1) != "/") appPath += "/";
setApplicationPath(appPath);
Expand Down
2 changes: 1 addition & 1 deletion project/project.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
void saveRadiationParameters();
void saveProxies();

bool pragaStart(QString appPath);
bool start(QString appPath);
bool loadProject();
bool loadProjectSettings(QString settingsFileName);
bool loadParameters(QString parametersFileName);
Expand Down

0 comments on commit c39da3c

Please sign in to comment.