mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
Fixed compiler warnings.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3812 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
39991b7bf4
commit
1805eb6e30
2 changed files with 2 additions and 5 deletions
|
@ -635,10 +635,10 @@ void MainWindow::addAction(QAction *action, const char *slot)
|
|||
case Links:
|
||||
Page = _instance->linksDialog;
|
||||
break;
|
||||
#endif
|
||||
case Channels:
|
||||
Page = _instance->channelFeed;
|
||||
break;
|
||||
#endif
|
||||
case Forums:
|
||||
Page = _instance->forumsDialog;
|
||||
break;
|
||||
|
@ -728,9 +728,9 @@ void MainWindow::addAction(QAction *action, const char *slot)
|
|||
#ifndef RS_RELEASE_VERSION
|
||||
case Links:
|
||||
return _instance->linksDialog;
|
||||
#endif
|
||||
case Channels:
|
||||
return _instance->channelFeed;
|
||||
#endif
|
||||
case Forums:
|
||||
return _instance->forumsDialog;
|
||||
#ifdef BLOGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue