X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Flib%2FqtimerWithTime.h;h=db04b2d66927d91942202459f6bce2b60373c013;hb=f2fe0d6c467877c59f3fa4eb7f20cf79d1814b66;hp=1a6e53bd0889d54d13c07fb81db4305d3f1b128c;hpb=f41ee253ade9dfda45752f232ea0ff35e26dce95;p=kdenlive diff --git a/src/lib/qtimerWithTime.h b/src/lib/qtimerWithTime.h index 1a6e53bd..db04b2d6 100644 --- a/src/lib/qtimerWithTime.h +++ b/src/lib/qtimerWithTime.h @@ -1,3 +1,5 @@ +#ifndef QTIMERWITHTIME_H +#define QTIMERWITHTIME_H #include #include @@ -11,3 +13,4 @@ public: private: QTime m_time; }; +#endif