~mzanetti/unity8/fix-1648251

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Application/VirtualKeyboard.h

  • Committer: Michael Zanetti
  • Date: 2016-10-13 11:02:11 UTC
  • mfrom: (2525.1.132 unity8)
  • Revision ID: michael.zanetti@canonical.com-20161013110211-tj2gly2dxaqj5t2e
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2015 Canonical, Ltd.
 
2
 * Copyright (C) 2015,2016 Canonical, Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License as published by
27
27
public:
28
28
    explicit VirtualKeyboard();
29
29
    ~VirtualKeyboard();
 
30
 
 
31
protected:
 
32
    void updateInputBoundsAfterResize() override;
30
33
};
31
34
 
32
35
Q_DECLARE_METATYPE(VirtualKeyboard*)