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
KMines
Commits
03e3f264
Commit
03e3f264
authored
Jan 05, 2021
by
Laurent Montel
😁
Browse files
Remove not implemented method or unused signal
parent
ca6dd6ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cellitem.h
View file @
03e3f264
...
...
@@ -103,11 +103,6 @@ Q_SIGNALS:
* Emitted when this item is revealed with mouse click
*/
void
revealed
();
/**
* Emitted when flag (not question mark) is set or unset on this item
* New flagged state can be retrieved via isFlagged()
*/
void
flaggedStateChanged
();
private:
static
QHash
<
int
,
QString
>
s_digitNames
;
static
QHash
<
KMinesState
::
CellState
,
QList
<
QString
>
>
s_stateNames
;
...
...
Write
Preview
Supports
Markdown
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