Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Klickety
Commits
05dcca55
Commit
05dcca55
authored
Jul 07, 2021
by
Antoni Bella Pérez
🚵🏻
Browse files
Add a title:window helper
parent
37d2acb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
05dcca55
...
...
@@ -169,7 +169,7 @@ void MainWindow::newNumGame()
bool
ok
=
false
;
int
random
=
QRandomGenerator
::
global
()
->
bounded
(
1
,
RAND_MAX
);
int
userGameId
=
QInputDialog
::
getInt
(
this
,
i18n
(
"Select Board"
),
int
userGameId
=
QInputDialog
::
getInt
(
this
,
i18n
c
(
"@title:window"
,
"Select Board"
),
i18n
(
"Select a board number:"
),
random
,
1
,
RAND_MAX
,
1
,
&
ok
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment