QXRD  0.11.16
qcepspreadsheetmodel.cpp
Go to the documentation of this file.
1 #include "qcepspreadsheetmodel.h"
2 #include <stdio.h>
3 
5 {
6 
7 }
8 
10 {
11  printf("QcepSpreadsheetModel::onDataObjectChanged\n");
12 
13  beginResetModel();
14  endResetModel();
15 }
16