mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Use enum instead of int
This commit is contained in:
parent
befc373ea6
commit
c253b51249
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ private:
|
|||
void fetchNavigationApps();
|
||||
|
||||
signals:
|
||||
void stateChanged(int state);
|
||||
void stateChanged(State state);
|
||||
void isConnectedChanged();
|
||||
void hasFetchedNavigationApps();
|
||||
|
||||
|
|
Loading…
Reference in a new issue