aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddevice.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2023-08-23 16:53:06 +0200
committerhjk <[email protected]>2023-08-24 05:56:57 +0000
commit6e307be365d3a4fd79b44589bde58d75590b4064 (patch)
treeff68dc3cc9b726185678d1d77fda30ad10a6030b /src/plugins/android/androiddevice.cpp
parent14d21f4f2cf0926ae9423450d646f5c21bdc3bdd (diff)
Utils: Rename the new Storage to Store
Apparently that's what the young people on the web use for such a thing. Change-Id: I75d5396ff3cb3c26efd6008b5f2261354c4f7896 Reviewed-by: Marcus Tillmanns <[email protected]> Reviewed-by: Jarek Kobus <[email protected]> Reviewed-by: <[email protected]>
Diffstat (limited to 'src/plugins/android/androiddevice.cpp')
-rw-r--r--src/plugins/android/androiddevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androiddevice.cpp b/src/plugins/android/androiddevice.cpp
index 520aceb4eab..155d30b8eba 100644
--- a/src/plugins/android/androiddevice.cpp
+++ b/src/plugins/android/androiddevice.cpp
@@ -214,7 +214,7 @@ void AndroidDevice::addActionsIfNotFound()
}
}
-void AndroidDevice::fromMap(const Storage &map)
+void AndroidDevice::fromMap(const Store &map)
{
IDevice::fromMap(map);
initAvdSettings();