refocus input if a single instance window is resurfaced

Signed-off-by: Albert S <mail@quitesimple.org>
This commit is contained in:
hxbrn
2019-09-01 20:42:39 +02:00
committed by Albert S
parent 18e046d028
commit ea697d62ba
3 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,7 @@ public:
Window(ConfigProvider &configProvider);
void setSystemConfig(const QVector<EntryConfig> &config);
bool eventFilter(QObject *obj, QEvent *event);
void focusInput();
~Window();
};