libcalamaresui: document magic constants in question()

This commit is contained in:
Adriaan de Groot 2019-07-30 15:15:41 +02:00
parent 630694b242
commit fac9ccde88

View File

@ -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;