mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 11:32:48 -04:00
improved display of turtle routing info, corrected some minor compilation issues
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2248 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
24f8ca5b98
commit
b899327f13
6 changed files with 12 additions and 7 deletions
|
@ -23,6 +23,9 @@ TurtleRouterDialog::TurtleRouterDialog(QWidget *parent)
|
|||
|
||||
void TurtleRouterDialog::showCtxMenu(const QPoint& point)
|
||||
{
|
||||
if(_hashes_TW->currentItem() == NULL)
|
||||
return ;
|
||||
|
||||
std::cerr << "execing context menu" << std::endl ;
|
||||
// create context menus.
|
||||
QMenu contextMnu( this );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue