mirror of
https://github.com/ioquake/launch.git
synced 2024-11-10 06:31:39 +00:00
Silence unused arg warning.
This commit is contained in:
parent
189d9b88ca
commit
28cb81fccd
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void ioLaunch::on_btnLaunch_clicked()
|
|||
}
|
||||
}
|
||||
|
||||
void ioLaunch::on_cbResolution_highlighted(int index)
|
||||
void ioLaunch::on_cbResolution_highlighted(int /*index*/)
|
||||
{
|
||||
ioWedited = false;
|
||||
ioHedited = false;
|
||||
|
|
Loading…
Reference in a new issue