修复桌面图标重复的问题

This commit is contained in:
guopengfei 2022-07-21 20:45:59 +08:00
parent fbeae51c1b
commit fe5b3026c7
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 ("