Changeset 81 in pacpusframework for trunk/src/DBITEPlayer/src/main.cpp


Ignore:
Timestamp:
01/11/13 23:31:02 (11 years ago)
Author:
Marek Kurdej
Message:

Added: PacpusApplication to catch exceptions that are thrown outside.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DBITEPlayer/src/main.cpp

    r76 r81  
    3737#include <Pacpus/kernel/ComponentFactory.h>
    3838#include <Pacpus/kernel/Log.h>
     39#include <Pacpus/kernel/PacpusApplication.h>
    3940#include <Pacpus/kernel/PacpusPluginInterface.h>
    4041
     
    5152int main(int argc, char * argv[])
    5253{
    53     QApplication app(argc, argv);
     54    PacpusApplication app(argc, argv);
    5455    ComponentManager * mgr = ComponentManager::getInstance();
    5556
Note: See TracChangeset for help on using the changeset viewer.