aboutsummaryrefslogtreecommitdiffstats
path: root/src/remotesettings
diff options
context:
space:
mode:
authorGrigorii Zimin <gzimin@luxoft.com>2019-06-17 16:56:09 +0300
committerGrigorii Zimin <gzimin@luxoft.com>2019-06-17 13:57:31 +0000
commit59d32748c5268073a3819f55fe4ce08a1e3f1402 (patch)
tree1f19e7757e3d02d676a9666be5a1fbbd8c762170 /src/remotesettings
parent03492ed2666ecb5dd87513292de323eb4e04f9dc (diff)
Clean up comments
Change-Id: If91a7036cbb8b072e516adbb5e2de2eb3115f18a Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'src/remotesettings')
-rw-r--r--src/remotesettings/app/DevelopmentPage.qml1
-rw-r--r--src/remotesettings/remotesettings.qface2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/remotesettings/app/DevelopmentPage.qml b/src/remotesettings/app/DevelopmentPage.qml
index 91c72ba8..bf3bb1ac 100644
--- a/src/remotesettings/app/DevelopmentPage.qml
+++ b/src/remotesettings/app/DevelopmentPage.qml
@@ -58,7 +58,6 @@ Flickable {
Layout.alignment: Qt.AlignHCenter
text: qsTr("Show Next Application IC Window");
onClicked: {
- // This is a hack. See the documentation of this property for details
systemUI.applicationICWindowSwitchCount =
systemUI.applicationICWindowSwitchCount + 1
}
diff --git a/src/remotesettings/remotesettings.qface b/src/remotesettings/remotesettings.qface
index 4e1d6bbc..521a30c7 100644
--- a/src/remotesettings/remotesettings.qface
+++ b/src/remotesettings/remotesettings.qface
@@ -44,7 +44,7 @@ interface SystemUI {
* Incrementing this value will make sysui switch to display the next
* available application instrument cluster window.
*
- * This is a hack. What we really need here is just a plain signal that
+ * This is a temporary solution. What we really need here is just a plain signal that
* could be emitted on demand. So that's not really storing a setting
* but serving as plain RPC.
*/