mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
DolphinQt: Make GetOS const
This commit is contained in:
parent
5f21683343
commit
14c3445ad2
2 changed files with 2 additions and 2 deletions
|
@ -27,5 +27,5 @@ private:
|
|||
std::unique_ptr<Ui::DSystemInfo> m_ui;
|
||||
|
||||
void UpdateSystemInfo();
|
||||
QString GetOS();
|
||||
QString GetOS() const;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue