Changeset 31 in pacpusframework for trunk/src/PacpusSensor


Ignore:
Timestamp:
01/08/13 18:10:10 (11 years ago)
Author:
sgosseli
Message:

Huge commit: use the new includes style in all the files, add the license header in all the headers, and in some cpp.

File:
1 edited

Legend:

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

    r3 r31  
    1 /********************************************************************
    2  //  created:    2006/08/07 - 14:26
    3  //  filename:   main.cpp
    4  //
    5  //  author:     Gerald Dherbomez
    6  //              Copyright Heudiasyc UMR UTC/CNRS 6599
    7  //
    8  //  version:    $Id: main.cpp 1009 2012-08-01 19:03:32Z morasjul $
    9  //
    10  //  purpose:    Main file that instantiates the component manager and
    11  //              creates the main window.
    12  //
    13  *********************************************************************/
     1/**
     2 *
     3 * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
     4 * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
     5 *
     6 * See the LICENSE file for more information or a copy at:
     7 *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
     8 *
     9 */
    1410
    15 #include <qapplication.h>
    16 //#include <qpluginloader.h>
     11#include <QApplication>
    1712
    1813#include "ui/pacpusmainwindow.h"
    19 #include "kernel/ComponentManager.h"
    20 #include "kernel/Log.h"
     14#include <Pacpus/kernel/ComponentManager.h>
     15#include <Pacpus/kernel/Log.h>
     16
    2117#ifdef WIN32
    2218#   include <windows.h>
Note: See TracChangeset for help on using the changeset viewer.