Commit 71a2890792e9623b53c9bb615e0a7ceb206313ed

Authored by LightBase Consultoria em Software Publico
1 parent ce93e130
Exists in master

Qtimer

Showing 2 changed files with 15 additions and 0 deletions   Show diff stats
cacicD/cacictimer.cpp 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +#include "cacictimer.h"
  2 +
  3 +CacicTimer::CacicTimer()
  4 +{
  5 +}
... ...
cacicD/cacictimer.h 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +#ifndef CACICTIMER_H
  2 +#define CACICTIMER_H
  3 +
  4 +class CacicTimer
  5 +{
  6 +public:
  7 + CacicTimer();
  8 +};
  9 +
  10 +#endif // CACICTIMER_H
... ...