No warnings!
[squawker.git] / timeline.cpp
blobb1328c932eeab1111ecfc530c7a8167e822a86b5
1 #include "timeline.h"
2 #include <QDebug>
4 Timeline::Timeline()
8 bool Timeline::hasItem(int id)
10 qDebug() << "Im not really checking this:" << id;
11 return false;