aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/DbAndroid/sqlresultrowandroid.h
blob: 5acc95afbfbd53946113d7ec2f610d8759dc6a24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SQLRESULTROWANDROID_H
#define SQLRESULTROWANDROID_H

#include "db/sqlresultsrow.h"

class SqlResultRowAndroid : public SqlResultsRow
{
    public:
        SqlResultRowAndroid(const QVariantHash& resultMap, const QVariantList& resultList);
        ~SqlResultRowAndroid();
};

#endif // SQLRESULTROWANDROID_H