Quick Switch: Add support for light themes (#1858)

This commit is contained in:
Leon Richardt
2020-08-15 10:17:15 +02:00
committed by GitHub
parent fba049dbfb
commit 6781482485
2 changed files with 27 additions and 0 deletions
@@ -26,6 +26,7 @@ public:
protected:
virtual bool eventFilter(QObject *watched, QEvent *event) override;
virtual void themeChangedEvent() override;
public slots:
void updateSuggestions(const QString &text);