Fix function return type

This commit is contained in:
Matti Viljanen 2021-04-17 22:18:13 +03:00
parent e31b791bdb
commit 51d5c8f29d
No known key found for this signature in database
GPG key ID: CF32A1495158F888

View file

@ -26,7 +26,7 @@ class Profile : public QObject
{
Q_OBJECT
public:
uint getRingtoneVolume();
int getRingtoneVolume();
explicit Profile(Logger* newLogger, QObject *parent = nullptr);
private: