mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Qt: add checkbox to restart dialog
This commit is contained in:
parent
1f19804cab
commit
32bfb808ae
9 changed files with 36 additions and 3 deletions
|
|
@ -12,6 +12,11 @@ settings::settings(QObject* parent) : QObject(parent),
|
|||
}
|
||||
|
||||
settings::~settings()
|
||||
{
|
||||
sync();
|
||||
}
|
||||
|
||||
void settings::sync()
|
||||
{
|
||||
if (m_settings)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue