refactor: move reload function to QtShellGlobal

This commit is contained in:
outfoxxed 2024-02-04 05:17:18 -08:00
parent 7a18ce8a55
commit 767500b466
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 17 additions and 21 deletions

View file

@ -24,6 +24,7 @@ signals:
void screensChanged();
public slots:
void reload(bool hard);
void updateScreens();
private: