diff options
| author | handsome_feng <445865575@qq.com> | 2016-03-17 12:22:27 +0800 | 
|---|---|---|
| committer | handsome_feng <445865575@qq.com> | 2016-03-17 12:22:27 +0800 | 
| commit | 205b9beb8d882179e8d31fd393f7b5eea24d0a40 (patch) | |
| tree | 4f1f5380e8bdff8492dc4c0c355abb6713c94671 /tests | |
| parent | 35091dbfd2ab2adf5f1fc2fb365980aba7230a2e (diff) | |
fix the problem in tooltip
(bzr r4067.4.15)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_launcher.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_launcher.cpp b/tests/test_launcher.cpp index 0a2b8a9a5..d49f886e1 100644 --- a/tests/test_launcher.cpp +++ b/tests/test_launcher.cpp @@ -62,6 +62,7 @@ public:  MOCK_METHOD1(Stick, void(bool));  MOCK_METHOD2(PerformScroll, void(ScrollDirection, Time));  MOCK_METHOD0(HideTooltip, void()); + MOCK_METHOD0(PromptHideTooltip, void());  MOCK_METHOD3(SetQuirk, void(ApplicationLauncherIcon::Quirk, bool, int));  MOCK_METHOD2(SetQuirk, void(ApplicationLauncherIcon::Quirk, bool));  MOCK_METHOD2(SkipQuirkAnimation, void(ApplicationLauncherIcon::Quirk, int));  | 
