mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-08 08:07:54 -04:00
Fixed compiler warning
This commit is contained in:
parent
bfaaf2e1d3
commit
89de799d52
@ -23,7 +23,7 @@ MainSettings::~MainSettings()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const QString& MainSettings::getFileLocation() const
|
QString MainSettings::getFileLocation() const
|
||||||
{
|
{
|
||||||
QSettings s;
|
QSettings s;
|
||||||
return s.fileName();
|
return s.fileName();
|
||||||
|
@ -18,7 +18,7 @@ public:
|
|||||||
void save() const;
|
void save() const;
|
||||||
|
|
||||||
void resetToDefaults();
|
void resetToDefaults();
|
||||||
const QString& getFileLocation() const;
|
QString getFileLocation() const;
|
||||||
int getFileFormat() const; //!< see QSettings::Format for the values
|
int getFileFormat() const; //!< see QSettings::Format for the values
|
||||||
|
|
||||||
Preset* newPreset(const QString& group, const QString& description);
|
Preset* newPreset(const QString& group, const QString& description);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user