mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-21 11:48: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;
|
||||
return s.fileName();
|
||||
|
@ -18,7 +18,7 @@ public:
|
||||
void save() const;
|
||||
|
||||
void resetToDefaults();
|
||||
const QString& getFileLocation() const;
|
||||
QString getFileLocation() const;
|
||||
int getFileFormat() const; //!< see QSettings::Format for the values
|
||||
|
||||
Preset* newPreset(const QString& group, const QString& description);
|
||||
|
Loading…
Reference in New Issue
Block a user