aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/db/sqlquery.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/db/sqlquery.h')
-rw-r--r--SQLiteStudio3/coreSQLiteStudio/db/sqlquery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/db/sqlquery.h b/SQLiteStudio3/coreSQLiteStudio/db/sqlquery.h
index 4e0d9cf..ed78d80 100644
--- a/SQLiteStudio3/coreSQLiteStudio/db/sqlquery.h
+++ b/SQLiteStudio3/coreSQLiteStudio/db/sqlquery.h
@@ -304,7 +304,7 @@ class API_EXPORT SqlQuery
class API_EXPORT RowIdConditionBuilder
{
public:
- void setRowId(const RowId& rowId);
+ void setRowId(const RowId& rowId, Dialect dialect);
const QHash<QString,QVariant>& getQueryArgs();
QString build();