summaryrefslogtreecommitdiffstats
path: root/Plugins/DbAndroid/sqlresultrowandroid.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/DbAndroid/sqlresultrowandroid.h')
-rw-r--r--Plugins/DbAndroid/sqlresultrowandroid.h13
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