From 71a2890792e9623b53c9bb615e0a7ceb206313ed Mon Sep 17 00:00:00 2001 From: LightBase Consultoria em Software Publico Date: Mon, 8 Sep 2014 15:01:31 -0300 Subject: [PATCH] Qtimer --- cacicD/cacictimer.cpp | 5 +++++ cacicD/cacictimer.h | 10 ++++++++++ 2 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 cacicD/cacictimer.cpp create mode 100644 cacicD/cacictimer.h diff --git a/cacicD/cacictimer.cpp b/cacicD/cacictimer.cpp new file mode 100644 index 0000000..0656058 --- /dev/null +++ b/cacicD/cacictimer.cpp @@ -0,0 +1,5 @@ +#include "cacictimer.h" + +CacicTimer::CacicTimer() +{ +} diff --git a/cacicD/cacictimer.h b/cacicD/cacictimer.h new file mode 100644 index 0000000..a5cd12d --- /dev/null +++ b/cacicD/cacictimer.h @@ -0,0 +1,10 @@ +#ifndef CACICTIMER_H +#define CACICTIMER_H + +class CacicTimer +{ +public: + CacicTimer(); +}; + +#endif // CACICTIMER_H -- libgit2 0.21.2