diff options
| author | 2015-11-25 16:48:41 -0500 | |
|---|---|---|
| committer | 2015-11-25 16:48:41 -0500 | |
| commit | 8e640722c62692818ab840d50b3758f89a41a54e (patch) | |
| tree | 38197eb1688a5afc338081ea17e15f938976e422 /Plugins/DbAndroid/sqlresultrowandroid.h | |
| parent | 9618f0ebbf4b88045247c01ce8c8f58203508ebf (diff) | |
Imported Upstream version 3.0.7upstream/3.0.7
Diffstat (limited to 'Plugins/DbAndroid/sqlresultrowandroid.h')
| -rw-r--r-- | Plugins/DbAndroid/sqlresultrowandroid.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Plugins/DbAndroid/sqlresultrowandroid.h b/Plugins/DbAndroid/sqlresultrowandroid.h new file mode 100644 index 0000000..5acc95a --- /dev/null +++ b/Plugins/DbAndroid/sqlresultrowandroid.h @@ -0,0 +1,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 |
