diff options
author | Marco Bubke <[email protected]> | 2023-03-30 13:14:17 +0200 |
---|---|---|
committer | Thomas Hartmann <[email protected]> | 2023-04-19 13:58:22 +0000 |
commit | 6035ff939d636c9027d87f95f9b70096dfc04d7e (patch) | |
tree | a88e1ae1080325465ed30172091b313bd7414234 /tests/unit/unittest/smallstring-test.cpp | |
parent | 79b5a9f03e01712613581e630e51a5143fd9f647 (diff) |
QmlDesigner: Add module scanner
For performance reason we want to get the qml modules directly from the
file system. When the project storage is finished we can get the modules
from there.
Task-number: QDS-9542
Change-Id: I26d4b028fbf5ebc541fcd8e34d285ded1fb14935
Reviewed-by: <[email protected]>
Reviewed-by: Thomas Hartmann <[email protected]>
Diffstat (limited to 'tests/unit/unittest/smallstring-test.cpp')
-rw-r--r-- | tests/unit/unittest/smallstring-test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/unittest/smallstring-test.cpp b/tests/unit/unittest/smallstring-test.cpp index d8321ec98f4..6364bd9c646 100644 --- a/tests/unit/unittest/smallstring-test.cpp +++ b/tests/unit/unittest/smallstring-test.cpp @@ -9,8 +9,6 @@ #include <utils/smallstringio.h> #include <utils/smallstringvector.h> -using namespace ::testing; - using Utils::PathString; using Utils::SmallString; using Utils::SmallStringLiteral; |