Remove InternalClient::isInputMethod()
It's the same as the default implementation.
This commit is contained in:
parent
a457bd4310
commit
33e037d45d
2 changed files with 0 additions and 6 deletions
|
@ -239,11 +239,6 @@ bool InternalClient::isLockScreen() const
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool InternalClient::isInputMethod() const
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool InternalClient::isOutline() const
|
bool InternalClient::isOutline() const
|
||||||
{
|
{
|
||||||
if (m_internalWindow) {
|
if (m_internalWindow) {
|
||||||
|
|
|
@ -50,7 +50,6 @@ public:
|
||||||
bool wantsInput() const override;
|
bool wantsInput() const override;
|
||||||
bool isInternal() const override;
|
bool isInternal() const override;
|
||||||
bool isLockScreen() const override;
|
bool isLockScreen() const override;
|
||||||
bool isInputMethod() const override;
|
|
||||||
bool isOutline() const override;
|
bool isOutline() const override;
|
||||||
quint32 windowId() const override;
|
quint32 windowId() const override;
|
||||||
bool isShown(bool shaded_is_shown) const override;
|
bool isShown(bool shaded_is_shown) const override;
|
||||||
|
|
Loading…
Reference in a new issue