diff options
Diffstat (limited to 'kexi/doc/dev/sqlite_issues.txt')
-rw-r--r-- | kexi/doc/dev/sqlite_issues.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/doc/dev/sqlite_issues.txt b/kexi/doc/dev/sqlite_issues.txt index 9e9ebf56..d6a96236 100644 --- a/kexi/doc/dev/sqlite_issues.txt +++ b/kexi/doc/dev/sqlite_issues.txt @@ -72,7 +72,7 @@ These checks should be made in KexiDB SQLite engine driver. In fact for each dri should be allocated for given query independently from the same field allocated for table schema. The first field object can disallow editing while the latter can allow editing (because it is component of regular table). - B) Also add method for QString KexiDB::Field that returns i18n'd message about the reasons + B) Also add method for TQString KexiDB::Field that returns i18n'd message about the reasons of disallowing for editing given field in a context of given query. |