fix crash on close, some code cleanup
This commit is contained in:
@@ -113,7 +113,7 @@ QVariant TimeModel::data(const QModelIndex &index, int role) const
|
||||
|
||||
bool TimeModel::insertRows(int row, int count, const QModelIndex &parent)
|
||||
{
|
||||
std::cout << "insert triggert" << std::endl;
|
||||
//std::cout << "insert triggert" << std::endl;
|
||||
beginInsertRows(parent, row, row + count - 1);
|
||||
// FIXME: Implement me!
|
||||
endInsertRows();
|
||||
|
||||
Reference in New Issue
Block a user