From kde-commits Thu Apr 07 20:25:06 2016 From: =?utf-8?q?Jos=C3=A9_Manuel_Santamar=C3=ADa_Lema?= Date: Thu, 07 Apr 2016 20:25:06 +0000 To: kde-commits Subject: [krecipes] src/api_v2_design: GIT_SILENT: Fix typo (silent) Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=146006071904695 Git commit 210673cbccb25fdf05a740d732a2d863b8ff3f01 by Jos=C3=A9 Manuel San= tamar=C3=ADa Lema. Committed on 07/04/2016 at 19:52. Pushed by joselema into branch 'master'. GIT_SILENT: Fix typo M +1 -1 src/api_v2_design/README http://commits.kde.org/krecipes/210673cbccb25fdf05a740d732a2d863b8ff3f01 diff --git a/src/api_v2_design/README b/src/api_v2_design/README index 2daec6a..ca85c82 100644 --- a/src/api_v2_design/README +++ b/src/api_v2_design/README @@ -123,7 +123,7 @@ New API design to solve the above issues - NOTE 1: if we have a QStandardItemModel for all ingredients with 2 col= umns: id and ingredient name we could filter out the id one for comboboxes u= sing this technique: - https://wiki.qt.io/Filter_Columns_in_a_QFileSystemModel* = + https://wiki.qt.io/Filter_Columns_in_a_QFileSystemModel = - NOTE 2: To transfer data from the database QSqlRecipeDB will use eithe= r: a) dtos or QLists of dtos b) models such as QStandardItemModel or KCompletion objects