]> git.sesse.net Git - kdenlive/blobdiff - src/lib/qtimerWithTime.h
Replace roles into projectlistview. Turn const int into enum.
[kdenlive] / src / lib / qtimerWithTime.h
index 1a6e53bd0889d54d13c07fb81db4305d3f1b128c..db04b2d66927d91942202459f6bce2b60373c013 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef QTIMERWITHTIME_H
+#define QTIMERWITHTIME_H
 
 #include <QTimer>
 #include <QTime>
@@ -11,3 +13,4 @@ public:
  private:
     QTime m_time;
 };
+#endif