Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7815 for code/forks


Ignore:
Timestamp:
Dec 26, 2010, 4:55:55 PM (13 years ago)
Author:
rgrieder
Message:

Added code for the PCH Analyser (but impossible to use without a manual, which doesn't exist ).

Location:
code/forks/pch_analyser/src/orxonox
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • code/forks/pch_analyser/src/orxonox/CMakeLists.txt

    r7805 r7815  
    2727  Main.cc
    2828
    29   QT MainWindow.h       MainWindow.cc
    30   QT MainWindow.ui
     29  Analyser.h Analyser.cc
    3130)
    3231
  • code/forks/pch_analyser/src/orxonox/Main.cc

    r7430 r7815  
    4242#include "core/CommandLineParser.h"
    4343#include "core/Core.h"
    44 #include "MainWindow.h"
     44#include "Analyser.h"
    4545
    4646namespace orxonox
     
    7171        QCoreApplication::setApplicationVersion(versionString);
    7272
    73         if (CommandLineParser::getValue("generateDoc").toString().isEmpty())
    74         {
    75             MainWindow window;
    76             window.show();
    77             return app.exec();
    78         }
    79         else
    80             return 0;
     73        parse();
     74
     75        return 0;
    8176    }
    8277}
Note: See TracChangeset for help on using the changeset viewer.