mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinQt: Make GetOS const
This commit is contained in:
@ -27,5 +27,5 @@ private:
|
||||
std::unique_ptr<Ui::DSystemInfo> m_ui;
|
||||
|
||||
void UpdateSystemInfo();
|
||||
QString GetOS();
|
||||
QString GetOS() const;
|
||||
};
|
||||
|
Reference in New Issue
Block a user