fix: undo last main.cpp changes

revert last main.cpp changes
This commit is contained in:
Andreas Stallinger
2016-02-23 10:43:11 +01:00
parent 0cbf1ad1bb
commit 2f94fed439
-9
View File
@@ -56,15 +56,6 @@ int main(int argc, char *argv[])
commandLineParser.setup();
commandLineParser.process(qtApp);
SolutionParserCompilationDatabase sp;
sp.openSolutionFile("/home/st4ll1/dev/coati/build/Release/compile_commands.json");
std::vector<std::string> v = sp.getIncludePaths();
for(std::string s : v)
{
std::cout << s << std::endl;
}
QtViewFactory viewFactory;
QtNetworkFactory networkFactory;