Project born. So far nothing works really :)
[squawker.git] / w_timeline.h
blob567199db4eb9081b1624b69274549932566f3d28
1 #ifndef W_TIMELINE_H
2 #define W_TIMELINE_H
4 #include "ui_w_timeline.h"
7 class w_Timeline : public QWidget, private Ui::w_timeline
9 Q_OBJECT
11 public:
12 w_Timeline(QWidget *parent = 0);
15 public slots:
19 #endif