#384: Refactor useage MainWindow::getWorkingDir()
-------------------------+--------------------------------------------------
Reporter: buka | Owner: kn0pka
Type: refactoring | Status: new
Priority: low | Milestone: backlog
Component: QSAGUI | Version:
Severity: trivial | Keywords:
-------------------------+--------------------------------------------------
This kind of block should be refatored:
{{{
QString dir = mainWindow->getWorkingDir();
if (dir.isEmpty()) {
dir = mainWindow->getLastOpenedDir();
}
}}}
1. Replace if statement inside MainWindow::getWorkingDir() function
--
Ticket URL: <http://trac-hg.assembla.com/SourceAnalyzer/ticket/384>
SourceAnalyzer <http://www.assembla.com/spaces/show/SourceAnalyzer>
Development of a tool to analyze the source code and to build call-graph
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SourceAnalyzer Team" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ru/group/sa_team?hl=en
-~----------~----~----~----~------~----~------~--~---