ui: remove MessageNewLog
* remove Logging checkboxes in prefernces * commandline parser project path is absolute when called from commandline
This commit is contained in:
@@ -173,7 +173,7 @@ void CommandLineParser::processProjectfile(const std::string& file)
|
||||
return;
|
||||
}
|
||||
|
||||
m_projectFile = projectfile;
|
||||
m_projectFile = projectfile.absolute();
|
||||
}
|
||||
|
||||
void CommandLineParser::projectLoad()
|
||||
|
||||
Reference in New Issue
Block a user