aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJarno Malmari <ext-jarno.malmari@nokia.com>2010-12-13 16:09:37 +0200
committerMichal Guminiak <michal.guminiak@teleca.com>2010-12-16 15:01:30 +0100
commit4d510e134b42f3480c092fa802dd0fa8f8581056 (patch)
tree9104c1bfbe8d9cd85d2e16894e8cd1c71ae05f83 /tests
parentd5e1a3e5f69f0bf805095b6f017ce4deef7010b1 (diff)
Fixes: NB#210697, [REG] Text Input Field is moved up while focus is set
RevBy: Michael Hasselmann, MichaƂ Guminiak Details: Introduced a custom dynamic property which controls whether a scrollable widget can be docked to vkb.
Diffstat (limited to 'tests')
-rw-r--r--tests/ut_minputwidgetrelocator/ut_minputwidgetrelocator.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ut_minputwidgetrelocator/ut_minputwidgetrelocator.cpp b/tests/ut_minputwidgetrelocator/ut_minputwidgetrelocator.cpp
index 123e77f9..e065965b 100644
--- a/tests/ut_minputwidgetrelocator/ut_minputwidgetrelocator.cpp
+++ b/tests/ut_minputwidgetrelocator/ut_minputwidgetrelocator.cpp
@@ -380,6 +380,15 @@ void MScrollChain::addBottomUpScroll(const QRect &targetRect, const QPoint &orig
Q_UNUSED(index);
}
+void MScrollChain::addMinimalScroll(const QRect &localRect,
+ int startingIndex,
+ int untilIndex)
+{
+ Q_UNUSED(localRect);
+ Q_UNUSED(startingIndex);
+ Q_UNUSED(untilIndex);
+}
+
void MScrollChain::applyScrolling()
{
++gScrollCallCount;