summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-05-09 18:22:42 +0200
committerhjk <hjk@qt.io>2023-05-10 04:59:13 +0000
commit2e7930b56e1e32343587e0c7c74cdb641050ea30 (patch)
tree09178b5f83876c2621b4c8c05504f8780304440b /tests
parentc2f9f4265344737fa485b5800543c484e9f54b1e (diff)
downloadqt-creator-2e7930b56e1e32343587e0c7c74cdb641050ea30.tar.gz
LayoutBuilder: Rename Id to ID
The Id was only used in the demo. "ID" is Not exactly canonical naming, but this clashes often with Utils::Id, so mis-spell until we settle on a proper name. Change-Id: I6fdf806c41abf224f7422ec6c9263db3eb357190 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/layoutbuilder/demo/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/layoutbuilder/demo/main.cpp b/tests/manual/layoutbuilder/demo/main.cpp
index 60996ba96e..2dd95dfddb 100644
--- a/tests/manual/layoutbuilder/demo/main.cpp
+++ b/tests/manual/layoutbuilder/demo/main.cpp
@@ -9,7 +9,7 @@ using namespace Layouting;
int main(int argc, char *argv[])
{
- Id textId;
+ ID textId;
Application app
{