!7 修复桌面图标重复的问题

Merge pull request !7 from flywm/openkylin/yangtze
This commit is contained in:
casperchan 2022-07-22 01:24:23 +00:00 committed by Gitee
commit 10bdb2cbc5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kylin-tablet-desktop-general (1.0.30.1-ok6) yangtze; urgency=medium
* 修复桌面图标重复的问题
-- guopengfei <guopengfei@kylinos.cn> Thu, 21 Jul 2022 20:33:24 +0800
kylin-tablet-desktop-general (1.0.30.1-ok5) yangtze; urgency=medium
* 修改使用qml主题样式的问题

View File

@ -75,7 +75,7 @@ void dataBaseOperation::createDefaultTable()
if (!sqlQuery.exec(QLatin1String("CREATE TABLE sets ("
"id integer primary key NOT NULL, "
"setId integer NOT NULL, "
"sequence varchar NOT NULL, "
"sequence varchar, "
"scrollable integer NOT NULL)")))
qDebug() << sqlQuery.lastError().text();
if (!sqlQuery.exec(QLatin1String("CREATE TABLE page ("