mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Use enum instead of int
This commit is contained in:
parent
befc373ea6
commit
c253b51249
@ -171,7 +171,7 @@ private:
|
||||
void fetchNavigationApps();
|
||||
|
||||
signals:
|
||||
void stateChanged(int state);
|
||||
void stateChanged(State state);
|
||||
void isConnectedChanged();
|
||||
void hasFetchedNavigationApps();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user