PIQtUtils lang fix
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
lupdate ../ -ts piqt_utils_ru.ts
|
||||
lupdate ../ -ts piqt_utils_en.ts
|
||||
lupdate ../ -ts qad_piqt_utils_ru.ts
|
||||
lupdate ../ -ts qad_piqt_utils_en.ts
|
||||
|
||||
@@ -46,6 +46,8 @@ public:
|
||||
|
||||
QSqlQuery & query() { return q; }
|
||||
|
||||
bool exec() { return q.exec(); }
|
||||
|
||||
static Result exec(QString query_, QVariantMap params = QVariantMap(), QSqlDatabase db = QSqlDatabase());
|
||||
|
||||
/// INSERT INTO <table> (<values.keys>) VALUES (<values.values>)
|
||||
|
||||
Reference in New Issue
Block a user