Solve some unreferenced parameter warnings
(C4100: unreferenced formal parameter)
This commit is contained in:
parent
d87fee05a9
commit
ecb2541a93
10 changed files with 22 additions and 3 deletions
|
@ -755,5 +755,6 @@ void GameListPlaceholder::onUpdateThemedIcons() {
|
|||
}
|
||||
|
||||
void GameListPlaceholder::mouseDoubleClickEvent(QMouseEvent* event) {
|
||||
Q_UNUSED(event);
|
||||
emit GameListPlaceholder::AddDirectory();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue