aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest/testview.cpp
blob: 22ef9ddb133a148d7081d9dd0a91ae67338cb573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "testview.h"
#include <QDebug>
#include <stdio.h>

QVariant
TestView::getData()
{
    QModelIndex index;
    QVariant data = m_model->data(index);
    return data;
}