Fix function return type
This commit is contained in:
parent
e31b791bdb
commit
51d5c8f29d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Profile : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
uint getRingtoneVolume();
|
int getRingtoneVolume();
|
||||||
explicit Profile(Logger* newLogger, QObject *parent = nullptr);
|
explicit Profile(Logger* newLogger, QObject *parent = nullptr);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue