Use enum instead of int

This commit is contained in:
Hannah von Reth 2020-11-30 12:17:47 +01:00 committed by Kevin Ottens
parent befc373ea6
commit c253b51249
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View file

@ -171,7 +171,7 @@ private:
void fetchNavigationApps();
signals:
void stateChanged(int state);
void stateChanged(State state);
void isConnectedChanged();
void hasFetchedNavigationApps();