Minor cleanups in model and connect
[squawker.git] / timeline.h
blobe3c9509215b7f638509fcd8d20692601c63c7d0d
1 #ifndef TIMELINE_H
2 #define TIMELINE_H
4 #include <QStandardItemModel>
6 class Timeline : public QStandardItemModel
8 public:
9 Timeline(QObject * parent = 0);
10 bool hasItem(QStandardItem *item);
13 #endif