mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
Removed unused parameter warnings in retroshare-gui.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4559 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c6beee44ec
commit
70d02c718d
60 changed files with 132 additions and 113 deletions
|
@ -523,7 +523,7 @@ bool MessagesDialog::hasMessageStar(int nRow)
|
|||
return item->data(ROLE_MSGFLAGS).toInt() & RS_MSG_STAR;
|
||||
}
|
||||
|
||||
void MessagesDialog::messageslistWidgetCostumPopupMenu( QPoint point )
|
||||
void MessagesDialog::messageslistWidgetCostumPopupMenu( QPoint /*point*/ )
|
||||
{
|
||||
std::string cid;
|
||||
std::string mid;
|
||||
|
@ -621,7 +621,7 @@ void MessagesDialog::messageslistWidgetCostumPopupMenu( QPoint point )
|
|||
contextMnu.exec(QCursor::pos());
|
||||
}
|
||||
|
||||
void MessagesDialog::folderlistWidgetCostumPopupMenu(QPoint point)
|
||||
void MessagesDialog::folderlistWidgetCostumPopupMenu(QPoint /*point*/)
|
||||
{
|
||||
if (ui.listWidget->currentRow() != ROW_TRASHBOX) {
|
||||
/* Context menu only neede for trash box */
|
||||
|
@ -1892,7 +1892,7 @@ void MessagesDialog::emptyTrash()
|
|||
// LockUpdate -> insertMessages();
|
||||
}
|
||||
|
||||
void MessagesDialog::tabChanged(int tab)
|
||||
void MessagesDialog::tabChanged(int /*tab*/)
|
||||
{
|
||||
connectActions();
|
||||
updateInterface();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue