mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
libcalamaresui: document magic constants in question()
This commit is contained in:
parent
630694b242
commit
fac9ccde88
1 changed files with 2 additions and 2 deletions
|
@ -357,8 +357,8 @@ ViewManager::next()
|
|||
confirm,
|
||||
tr( "Go &back" ),
|
||||
QString(),
|
||||
0,
|
||||
1 );
|
||||
0 /* default first button, i.e. confirm */,
|
||||
1 /* escape is second button, i.e. cancel */ );
|
||||
if ( reply == 1 )
|
||||
{
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue