mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
oops
This commit is contained in:
parent
813e115b8e
commit
d48d830bc8
@ -430,8 +430,8 @@ bool db_base::setData(const QModelIndex &index, const QVariant &value, int role)
|
||||
QString on, nn;
|
||||
pki_base *item;
|
||||
if (index.isValid() && role == Qt::EditRole) {
|
||||
n = CCHAR(value);
|
||||
nn = value.toString();
|
||||
n = CCHAR(nn);
|
||||
printf("New name: '%s', %p, %p\n", n, n, oldn);
|
||||
db mydb(dbName);
|
||||
item = static_cast<pki_base*>(index.internalPointer());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user