mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 06:14:25 -04:00
Moved Forums and Channels to main window. Renamed Friends->Network. Code simplification in MainWindow. Next step: merge Circles and Identities
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7308 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b184bc1809
commit
4569c21cb0
4 changed files with 68 additions and 58 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <set>
|
||||
|
||||
#include "gui/common/rwindow.h"
|
||||
#include "ui_MainWindow.h"
|
||||
|
||||
namespace Ui {
|
||||
class MainWindow;
|
||||
|
@ -72,7 +73,7 @@ class BlogsDialog;
|
|||
class ApplicationWindow;
|
||||
#endif
|
||||
|
||||
class MainWindow : public RWindow
|
||||
class MainWindow : public RWindow, public Ui::MainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -257,9 +258,6 @@ private:
|
|||
// idle function
|
||||
void setIdle(bool Idle);
|
||||
bool isIdle;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::MainWindow *ui;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue