Changeset 81 in pacpusframework for trunk/src/DBITEPlayer/src/main.cpp
- Timestamp:
- Jan 11, 2013, 11:31:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/DBITEPlayer/src/main.cpp
r76 r81 37 37 #include <Pacpus/kernel/ComponentFactory.h> 38 38 #include <Pacpus/kernel/Log.h> 39 #include <Pacpus/kernel/PacpusApplication.h> 39 40 #include <Pacpus/kernel/PacpusPluginInterface.h> 40 41 … … 51 52 int main(int argc, char * argv[]) 52 53 { 53 QApplication app(argc, argv);54 PacpusApplication app(argc, argv); 54 55 ComponentManager * mgr = ComponentManager::getInstance(); 55 56
Note:
See TracChangeset
for help on using the changeset viewer.