Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KReversi
Commits
7e139f34
Commit
7e139f34
authored
Jun 27, 2017
by
Andrius Štikonas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only show Close button in highscore dialog.
parent
7e500220
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
kexthighscore_gui.cpp
kexthighscore_gui.cpp
+2
-0
No files found.
kexthighscore_gui.cpp
View file @
7e139f34
...
@@ -257,6 +257,8 @@ HighscoresDialog::HighscoresDialog(int rank, QWidget *parent)
...
@@ -257,6 +257,8 @@ HighscoresDialog::HighscoresDialog(int rank, QWidget *parent)
connect
(
this
,
&
KPageDialog
::
currentPageChanged
,
connect
(
this
,
&
KPageDialog
::
currentPageChanged
,
this
,
&
HighscoresDialog
::
highscorePageChanged
);
this
,
&
HighscoresDialog
::
highscorePageChanged
);
setCurrentPage
(
_pages
[
internal
->
gameType
()]);
setCurrentPage
(
_pages
[
internal
->
gameType
()]);
setStandardButtons
(
QDialogButtonBox
::
Close
);
}
}
void
HighscoresDialog
::
highscorePageChanged
(
KPageWidgetItem
*
page
,
KPageWidgetItem
*
pageold
)
void
HighscoresDialog
::
highscorePageChanged
(
KPageWidgetItem
*
page
,
KPageWidgetItem
*
pageold
)
...
...
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