mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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
|
||||
|
@ -78,9 +78,6 @@
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<widget class="RetroStyleLabel" name="chatButton">
|
||||
<property name="pixmap">
|
||||
<pixmap/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
Loading…
Reference in New Issue
Block a user