Changeset 103 in pacpusframework for trunk/include/Pacpus/PacpusTools/PeriodicWorker.h


Ignore:
Timestamp:
06/05/13 17:39:28 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

Correction of link bugs.
Windows build OK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/PacpusTools/PeriodicWorker.h

    r76 r103  
    1616
    1717// Includes, pacpus.
     18#include "Pacpus\kernel\PacpusToolsConfig.h"
    1819#include <Pacpus/PacpusTools/AsyncWorkerBase.h>
     20
    1921
    2022class QTimer;
     
    3739   *    worker.startWork(1000);
    3840   */
    39   class PeriodicWorker
     41  class PACPUSTOOLS_API PeriodicWorker
    4042    : public AsyncWorkerBase
    4143  {
Note: See TracChangeset for help on using the changeset viewer.