libcalamaresui: document magic constants in question()
This commit is contained in:
parent
630694b242
commit
fac9ccde88
@ -357,8 +357,8 @@ ViewManager::next()
|
|||||||
confirm,
|
confirm,
|
||||||
tr( "Go &back" ),
|
tr( "Go &back" ),
|
||||||
QString(),
|
QString(),
|
||||||
0,
|
0 /* default first button, i.e. confirm */,
|
||||||
1 );
|
1 /* escape is second button, i.e. cancel */ );
|
||||||
if ( reply == 1 )
|
if ( reply == 1 )
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user